Project Notes
Project: Card Layout Sample
Author: JBuilder Team
Company: Inprise/Borland
Description: Example showing two different ways to
control a CardLayout panel, using JRadioButtons and a
JComboBox.
Select a radio button or choose an item from the combo box's drop-down
list to cycle through the three panels in the CardLayout panel.
Note that each panel in the CardLayout panel can display
different components. In this example, panel 2 of the CardLayout
contains a JTable with embedded data.
To run this project, right-click Application1.java
in the project pane and choose Run.