Share via


CardLayout.layoutContainer

Class Overview | Class Members | This Package | All Packages

Syntax

public void layoutContainer( Container parent )

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

Lays out the specified container using this card layout.

Each component in the parent container is reshaped to be the size of the container, minus space for surrounding insets, horizontal gaps, and vertical gaps.

See Also

doLayout