JDK-4515077 : Typos in the spec for java.awt.GridLayout methods
  • Type: Bug
  • Component: docs
  • Sub-Component: guides
  • Affected Version: 1.4.1
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: solaris_2.5
  • CPU: sparc
  • Submitted: 2001-10-16
  • Updated: 2003-11-05
  • Resolved: 2003-11-05
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 tigerFixed
Related Reports
Relates :  
Relates :  
Description
Name: bkR10101			Date: 10/16/2001


Specification for method minimumLayoutSize states:
"... largest minimum width of any of the components ...

... largest minimum height of any of the components ..."

It must be replaced with something like:
"... largest minimum width of ALL of the components in the container ...

... largest minimum height of ALL of the components in the container ..."

Specification for method preferredLayoutSize states:
"... largest preferred width of any of the components ...

... largest preferred height of any of the components ..."

It must be replaced with something like:
"... largest preferred width of ALL of the components ...

... largest preferred height of ALL of the components ..."

###@###.### 2002-06-20

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

PUBLIC COMMENTS .
10-06-2004

EVALUATION Fixed for hopper. ###@###.### 2002-03-11 Not sure what happened. But, fixed for tiger. ###@###.### 2003-09-11
11-03-2002