| Other |
|---|
| 5.0 b25Fixed |
|
Relates :
|
4226644 added two convenience showInputDialog methods to JOptionPane. These methods should be tagged with "@since 1.4":
JOptionPane.showInputDialog(Object message, Object initialSelectionValue)
JOptionPane.showInputDialog(Component parentComponent,
Object message, Object initialSelectionValue)
|