JDK-6325748 : MoreInfoDialog uses BoxLayout.LINE_AXIS and PAGE_AXIS not available in java 1.3
  • Type: Bug
  • Component: deploy
  • Sub-Component: webstart
  • Affected Version: 6
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2005-09-19
  • Updated: 2010-04-04
  • Resolved: 2005-10-13
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 JDK 6
5.0u6Fixed 6 b56Fixed
Description
in MoreInfoDialog.java the use of BoxLayout.LINE_AXIS and BoxLayout.PAGE_AXIS cause Exception when run using j2se 1.3 or 1.3.1 in javawebstart.

Comments
EVALUATION Replacing BoxLayout.PAGE_AXIS with BoxLayout.Y_AXIS and BoxLayout.LINE_AXIS with BoxLayout.X_AXIS.
19-09-2005