![]() |
Constructor JOptionPane(Object message, int messageType, int optionType, Icon icon, Object[] options, Object initialValue)
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 pane = new JOptionPane(Resources.LABEL_INPUT_URL, |
| 2 | JOptionPane jop = new JOptionPane(component, JOptionPane.PLAIN_MESSAGE, |