Choice
menu with the names of all the cards as a navigation aid.
The following five CardLayout
methods allow you to switch cards.
In all cases you must specify the container inside of which you're flipping.
This can be the applet, the window, or the panel that's arranged with this
card layout.
public void first(Container parent)
public void next(Container parent)
public void previous(Container parent)
public void last(Container parent)
public void show(Container parent, String name)