题目内容

public JOptionPane(Object message,int messageType,int optionType): 创建一个显示message、信息类型为messageType、选项信息及图标为optionType的对话框。optionType取常数()。

A. YES_NO_OPTION
B. ERROR_MESSAGE
C. INFORMATION_MESSAGE
D. WARNING_MESSAGE

查看答案
更多问题

public JOptionPane(Object message,int messageType):创建一个显示message、信息类型为messageType的对话框。messageType取常数()。

A. YES_NO_OPTION
B. YES_NO_CANCEL_OPTION
C. OK_CANCEL_OPTION
D. WARNING_MESSAGE

Java对话框有 、 、 。

Java提供的标准对话框有 、 、 、 。

选项对话框构造方法JOptionPane(Object message,int messageType)中的messageType取常数 、 、 、 、 。

答案查题题库