JTabbedPane (Swing)

Use a JTabbedPane bean JTabbedPane to provide a tabbed view for other components. Each component you drop on a JTabbedPane becomes a new page with a separate tab. If you want multiple components within a page, add a JPanel bean to the scroll pane and place the components on the panel. When you add a JTabbedPane bean, a JPanel bean is automatically added as the first page.


Related procedures
Adding a pane or panel

Related references
Sun's JTabbedPane bean documentation
Pane and panel beans
Beans for visual composition