FlowLayout.minimumLayoutSize

FlowLayout.minimumLayoutSize

Class Overview | Class Members | This Package | All Packages

Syntax
public Dimension minimumLayoutSize( Container target )
Parameters
target
the component which needs to be laid out
Returns
the minimum dimensions to lay out the subcomponents of the specified container.
Description
Returns the minimum dimensions needed to layout the components contained in the specified target container.

See Also
preferredLayoutSize, Container, doLayout