一、显示信息对话框:使用“joptionpane.showmessagedialog”显示:
使用实例:
1、显示错误类型对话框:
?
1
2
3
4
5
6
|
public static void main(string[] args) {
// todo auto-generated method stub
joptionpane.showmessagedialog( null , "这是内容,显示错误" , "标题" ,joptionpane.error_message);
system.exit( 0 );
}
|
视图:
2、传达信息类型对话框:
?
1
2
3
4
5
|
public static void main(string[] args) {
// todo auto-generated method stub
joptionpane.showmessagedialog( null , "这里是传达信息的信息内容" );
system.exit( 0 );
}
|
视图:
3、警告对话框:
?
1
2
3
4
5
6
|
public static void main(string[] args) {
// todo auto-generated method stub
joptionpane.showmessagedialog( null , "警告内容" , "警告" , joptionpane.warning_message);
system.exit( 0 );
}
|
视图:
4、提问对话框
?
1
2
3
4
5
6
|
public static void main(string[] args) {
// todo auto-generated method stub
joptionpane.showmessagedialog( null , "是否同意" , null ,joptionpane.question_message);
system.exit( 0 );
}
|
视图:
5、有图标对话框:
?
1
2
3
4
|
public static void main(string[] args) {
joptionpane.showmessagedialog( null , "内容" , "标题" ,joptionpane.plain_message);
system.exit( 0 );
}
|
以上所述是小编给大家介绍的java基础–提示对话框的使用详解整合,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对快网idc网站的支持!
原文链接:https://www.cnblogs.com/ITyunlin/p/10545108.html
相关文章
猜你喜欢
- ASP.NET本地开发时常见的配置错误及解决方法? 2025-06-10
- ASP.NET自助建站系统的数据库备份与恢复操作指南 2025-06-10
- 个人网站服务器域名解析设置指南:从购买到绑定全流程 2025-06-10
- 个人网站搭建:如何挑选具有弹性扩展能力的服务器? 2025-06-10
- 个人服务器网站搭建:如何选择适合自己的建站程序或框架? 2025-06-10
TA的动态
- 2025-07-10 怎样使用阿里云的安全工具进行服务器漏洞扫描和修复?
- 2025-07-10 怎样使用命令行工具优化Linux云服务器的Ping性能?
- 2025-07-10 怎样使用Xshell连接华为云服务器,实现高效远程管理?
- 2025-07-10 怎样利用云服务器D盘搭建稳定、高效的网站托管环境?
- 2025-07-10 怎样使用阿里云的安全组功能来增强服务器防火墙的安全性?
快网idc优惠网
QQ交流群
您的支持,是我们最大的动力!
热门文章
-
2025-05-25 11
-
2025-06-04 61
-
2025-06-04 62
-
2025-05-25 94
-
2025-05-29 47
热门评论