Field INFORMATION_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.showMessageDialog(container, "Sorry, this option is not available in this FOA Version !", "Message", JOptionPane.INFORMATION_MESSAGE);
2
JUSTICE_VERSION, JOptionPane.INFORMATION_MESSAGE);
3
JUSTICE_VERSION, JOptionPane.INFORMATION_MESSAGE);
4
showMessageDialog(parent, msg, title, JOptionPane.INFORMATION_MESSAGE);
5
JOptionPane.INFORMATION_MESSAGE );
6
JOptionPane.INFORMATION_MESSAGE
7
JOptionPane.INFORMATION_MESSAGE
8
JOptionPane.INFORMATION_MESSAGE);
9
JOptionPane.INFORMATION_MESSAGE);
10
JOptionPane.INFORMATION_MESSAGE
11
JOptionPane.INFORMATION_MESSAGE);
12
0, JOptionPane.INFORMATION_MESSAGE, null,
13
Msg.get("title.alarm"), JOptionPane.INFORMATION_MESSAGE );
14
JOptionPane.INFORMATION_MESSAGE );
15
OptionPane.INFORMATION_MESSAGE,
16
JOptionPane.INFORMATION_MESSAGE);
17
JOptionPane.showMessageDialog(this, "Sub-Manifest disaggregated successfully.", "Disaggregate Package", JOptionPane.INFORMATION_MESSAGE, null);
18
JOptionPane.showMessageDialog(null, "Your photo album has been generated!", "Done", JOptionPane.INFORMATION_MESSAGE);
19
JOptionPane.INFORMATION_MESSAGE);
20
JOptionPane.INFORMATION_MESSAGE);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.