码迷,mamicode.com
首页 > 编程语言 > 详细

JSP---调用javax.swing.JOptionPane类的对话框方法

时间:2014-07-18 15:37:21      阅读:339      评论:0      收藏:0      [点我收藏+]

标签:style   java   os   io   for   c   

Show an error dialog that displays the message, ‘alert‘:

JOptionPane.showMessageDialog(null, "alert", "alert", JOptionPane.ERROR_MESSAGE);

 

Show an internal information dialog with the message, ‘information‘:
JOptionPane.showInternalMessageDialog(frame, "information","information", JOptionPane.INFORMATION_MESSAGE);

 

Show an information panel with the options yes/no and message ‘choose one‘:
JOptionPane.showConfirmDialog(null,"choose one", "choose one", JOptionPane.YES_NO_OPTION);

JSP---调用javax.swing.JOptionPane类的对话框方法,布布扣,bubuko.com

JSP---调用javax.swing.JOptionPane类的对话框方法

标签:style   java   os   io   for   c   

原文地址:http://www.cnblogs.com/beast-king/p/3852204.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!