Changed Methods |
void addLayoutComponent(String, Component)
|
Documentation changed from old to new. |
If the layout manager uses a per-component string adds the component comp to the layout associating it with the string specified by name . |
void layoutContainer(Container )
|
Documentation changed from old to new. |
Lays out the specified container. |
Dimension minimumLayoutSize(Container )
|
Documentation changed from old to new. |
Calculates the minimum size dimensions for the specified container given the components it contains. |
Dimension preferredLayoutSize(Container )
|
Documentation changed from old to new. |
Calculates the preferred size dimensions for the specified container given the components it contains. |