Name: rmT116609 Date: 04/29/2003
DESCRIPTION OF THE PROBLEM :
http://java.sun.com/j2se/1.4.2/docs/api/javax/swing/OverlayLayout.html#maximumLayoutSize(java.awt.Container)
It says : Returns the MINIMUM dimensions ...
Schould say: Returns the MAXIMUM dimensions ...
EXPECTED VERSUS ACTUAL BEHAVIOR :
Returns the maximum dimensions needed to lay out the components contained in the specified target container. Recomputes the layout if it has been invalidated, and factors in the inset setting returned by getInset().
Returns the minimum dimensions needed to lay out the components contained in the specified target container. Recomputes the layout if it has been invalidated, and factors in the inset setting returned by getInset().
(Review ID: 185020)
======================================================================