Field CLOSED_OPTION
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
public static final Object CLOSED_OPTION = new Integer(JOptionPane.CLOSED_OPTION);
2
if (retVal == JOptionPane.CANCEL_OPTION || retVal == JOptionPane.CLOSED_OPTION) return;
3
JOptionPane.CLOSED_OPTION + JOptionPane.WARNING_MESSAGE);
4
if (choice == JOptionPane.CLOSED_OPTION)
5
JOptionPane.CLOSED_OPTION + JOptionPane.WARNING_MESSAGE);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.