Changed Methods |
void layoutContainer(Container )
|
Documentation changed from old to new. |
Called by the AWT when the specified container needs to be laid out. |
Dimension minimumLayoutSize(Container )
|
Documentation changed from old to new. |
Returns the minimum dimensions needed to layout the components contained in the specified target container. |
Dimension preferredLayoutSize(Container )
|
Documentation changed from old to new. |
Returns the preferred dimensions for this layout given the components in the specified target container. |