Project Notes
Project: JTabbedPane Sample
Author: JBuilder Team
Company: Inprise/Borland
Description: Example of a JTabbedPane. Each tab
can display different components. In this example:
- Tab 1 contains a ButtonGroup of four JRadioButton
components.
- Tab 2 contains two JLabel components and two JButton
components in a JPanel with a raised border.
- Tab 3 contains a JTable component with embedded data.
To run this project, right-click Application1.java in the
project pane and choose Run.