-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P5
-
Affects Version/s: 1.4.0
-
Component/s: client-libs
-
b25
-
generic
-
generic
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)
JOptionPane.showInputDialog(Object message, Object initialSelectionValue)
JOptionPane.showInputDialog(Component parentComponent,
Object message, Object initialSelectionValue)
- relates to
-
JDK-4226644 Request a JOptionPane.showInputDialog(Object message, String default) method
-
- Resolved
-