javaJOptionPaneshowMessageDialog对话框.docx

上传人:小飞机 文档编号:3159422 上传时间:2023-03-11 格式:DOCX 页数:3 大小:36.70KB
返回 下载 相关 举报
javaJOptionPaneshowMessageDialog对话框.docx_第1页
第1页 / 共3页
javaJOptionPaneshowMessageDialog对话框.docx_第2页
第2页 / 共3页
javaJOptionPaneshowMessageDialog对话框.docx_第3页
第3页 / 共3页
亲,该文档总共3页,全部预览完了,如果喜欢就下载吧!
资源描述

《javaJOptionPaneshowMessageDialog对话框.docx》由会员分享,可在线阅读,更多相关《javaJOptionPaneshowMessageDialog对话框.docx(3页珍藏版)》请在三一办公上搜索。

1、java JOptionPaneshowMessageDialog对话框JOptionPane.showMessageDialog(null, 错误消息!, 错误, JOptionPane.ERROR_MESSAGE); JOptionPane.showMessageDialog(null, 信息消息。,“提示, JOptionPane.INFORMATION_MESSAGE); JOptionPane.showMessageDialog(null, 警告对话框!, 警告, JOptionPane.WARNING_MESSAGE); JOptionPane.showMessageDialog(

2、null, 没有图标的提示!, 信息, JOptionPane.PLAIN_MESSAGE); Icon icon = new ImageIcon(getClass.getResource(middle.gif); JOptionPane.showMessageDialog(null, 自定义图片的信息提示!, 信息, JOptionPane.INFORMATION_MESSAGE, icon); Object options = 是的, 不是, 不确定 ; int n = JOptionPane.showOptionDialog(this, 你喜欢看定影吗?, 自定义询问, JOptionP

3、ane.YES_NO_CANCEL_OPTION, JOptionPane.QUESTION_MESSAGE, null, options, options2); Icon icon = new ImageIcon(getClass.getResource(middle.gif); Object options = 是的, 不是, 不确定 ; int n = JOptionPane.showOptionDialog(this, 你喜欢看定影吗?, 自定义询问, JOptionPane.YES_NO_CANCEL_OPTION, icon, options, options2); JOption

4、Pane.QUESTION_MESSAGE, int n = JOptionPane.showConfirmDialog(this, 你喜欢蓝色吗?, 询问, JOptionPane.YES_NO_OPTION); Object options = Yes, please, No way! ; int n = Would you like green eggs and JOptionPane.YES_NO_OPTION, options, / the titles of buttons options0); / default button JOptionPane.showOptionDial

5、og(this, ham?, A Silly Question, JOptionPane.QUESTION_MESSAGE, null, title Object possibilities = 苹果, 香蕉, 橘子 ; String s = (String) JOptionPane.showInputDialog(this, 你喜欢什么样的水果?:n, Customized Dialog, JOptionPane.QUESTION_MESSAGE, null, possibilities, ham); inputValue = String JOptionPane.showInputDialog(请输入一个值:);

展开阅读全文
相关资源
猜你喜欢
相关搜索

当前位置:首页 > 生活休闲 > 在线阅读


备案号:宁ICP备20000045号-2

经营许可证:宁B2-20210002

宁公网安备 64010402000987号