JDK-4933159 : javax.swing.JOptionPane: Two showInputDialog methods require @since 1.4
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 1.4.0
  • Priority: P5
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2003-10-06
  • Updated: 2003-10-18
  • Resolved: 2003-10-18
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
5.0 b25Fixed
Related Reports
Relates :  
Description
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)

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: tiger-beta FIXED IN: tiger-beta INTEGRATED IN: tiger-b25 tiger-beta
14-06-2004

EVALUATION Added "@since 1.4" to the two methods. ###@###.### 2003-10-06
06-10-2003