CardLayout.show

Class Overview | Class Members | This Package | All Packages

Syntax

public void show( Container parent**, String** name )

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

Flips to the component that was added to this layout with the specified name, using addLayoutComponent. If no such component exists, then nothing happens.

See Also

addLayoutComponent