Field QUESTION_MESSAGE
Field type: int
Member of: javax.swing.JOptionPane
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 JOptionPane.QUESTION_MESSAGE,
2 JOptionPane.QUESTION_MESSAGE,
3 JOptionPane.OK_CANCEL_OPTION, JOptionPane.QUESTION_MESSAGE);
4 JOptionPane.QUESTION_MESSAGE, null, null, LastHtmlName);
5 "Enter Wave Gap", JOptionPane.QUESTION_MESSAGE,
6 "Enter Name", "Enter Name", JOptionPane.QUESTION_MESSAGE,
7 int n = JOptionPane.showOptionDialog(null, "The diagram exceeds the current page size. Select option?", "Printing Selection", JOptionPane.YES_NO_OPTION, JOptionPane.QUESTION_MESSAGE, null, options, options[0]);
8 "New code completion", JOptionPane.QUESTION_MESSAGE);
9 JOptionPane.QUESTION_MESSAGE,
10 JOptionPane.QUESTION_MESSAGE )
11 "Set Package Name", javax.swing.JOptionPane.QUESTION_MESSAGE);
12 JOptionPane.QUESTION_MESSAGE );
13 JOptionPane.QUESTION_MESSAGE,
14 JOptionPane.QUESTION_MESSAGE);
15 JOptionPane.YES_NO_OPTION, JOptionPane.QUESTION_MESSAGE);
16 JOptionPane.QUESTION_MESSAGE,
17 JOptionPane.YES_NO_OPTION, JOptionPane.QUESTION_MESSAGE,
18 Msg.get("chatdlg.query.dirsend.title"), JOptionPane.YES_NO_OPTION, JOptionPane.QUESTION_MESSAGE )
19 JOptionPane.OK_OPTION, JOptionPane.QUESTION_MESSAGE, null,
20 JOptionPane.QUESTION_MESSAGE,
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.