Searched defs:JOptionPane (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJOptionPane.java61 * <code>JOptionPane</code> makes it easy to pop up a standard dialog box that
63 * For information about using <code>JOptionPane</code>, see
70 * While the <code>JOptionPane</code>
77 * <table border=1 summary="Common JOptionPane method names and their descriptions">
208 * If a <code>JOptionPane</code> has configured to all input
210 * the bound property <code>JOptionPane.INPUT_VALUE_PROPERTY</code>
227 * JOptionPane.showMessageDialog(null, "alert", "alert", JOptionPane.ERROR_MESSAGE);
231 * JOptionPane.showInternalMessageDialog(frame, "information",<br>
232 * <ul><ul>"information", JOptionPane
314 public class JOptionPane extends JComponent implements Accessible class in inherits:JComponent,Accessible
1706 public JOptionPane() { method in class:JOptionPane
1718 public JOptionPane(Object message) { method in class:JOptionPane
1734 public JOptionPane(Object message, int messageType) { method in class:JOptionPane
1754 public JOptionPane(Object message, int messageType, int optionType) { method in class:JOptionPane
1775 public JOptionPane(Object message, int messageType, int optionType, method in class:JOptionPane
1807 public JOptionPane(Object message, int messageType, int optionType, method in class:JOptionPane
1835 public JOptionPane(Object message, int messageType, int optionType, method in class:JOptionPane
[all...]

Completed in 128 milliseconds