<<< GridLayout demo | Index | CardLayout constructors and methods >>> |
Generates stack of containers or components
One on top of another
Each component in group referred to as a "card"
Multiple components share same display space
CardLayout can implement a wizard dialog, taking the user through the series of screens
<<< GridLayout demo | Index | CardLayout constructors and methods >>> |