CardLayout.previous

CardLayout.previous

Class Overview | Class Members | This Package | All Packages

Syntax
public void previous( Container parent )
Parameters
parent
the name of the parent container in which to do the layout.
Description
Flips to the previous card of the specified container. If the currently visible card is the first one, this method flips to the last card in the layout.

See Also
next