FlowLayout.layoutContainer

FlowLayout.layoutContainer

Class Overview | Class Members | This Package | All Packages

Syntax
public void layoutContainer( Container target )
Parameters
target
the specified component being laid out.
Description
Lays out the container. This method lets each component take its preferred size by reshaping the components in the target container in order to satisfy the constraints of this FlowLayout object.

See Also
Container, doLayout