GridBagLayout.layoutContainer
Class Overview | Class Members |
This Package |
All Packages
public void layoutContainer( Container parent )
Parameters
- parent
- the container in which to do the layout.
Description
Lays out the specified container using this grid bag layout.
This method reshapes components in the specified container in
order to satisfy the contraints of this GridBagLayout
object.
Most applications do not call this method directly.
See Also
Container, doLayout