CardLayout.next

CardLayout.next

Class Overview | Class Members | This Package | All Packages

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

See Also
previous