Share via


CardLayout.minimumLayoutSize

Class Overview | Class Members | This Package | All Packages

Syntax

public Dimension minimumLayoutSize( Container parent )

Parameters
  • parent
    the name of the parent container in which to do the layout.
Returns

the minimum dimensions required to lay out the subcomponents of the specified container.

Description

Calculates the minimum size for the specified panel.

See Also

doLayout, preferredLayoutSize