To create a notebook of tabbed pages, you can use the Swing
JTabbedPane (javax.swing.JTabbedPane).
When you drop a component onto a JTabbedPane, the component becomes
a new tabbed page. The component is also shown in the Java™ Beans view as a child of the JTabbedPane.
Only one of the pages is the active page that you can select in the
Design view and work with.

- To change the active page in the Design view, you can right-click
the JTabbedPane and select a page using the Switch To option.
You can also switch selection to a different page by selecting the
component of the page in the Java Beans
view.

- To change the tabbed title of the page, its icon, or its hover
help, select the component and change the values in the Properties
view.

- To reorder the tabbed pages, in the Java Beans
view drag the component to the new position in the JTabbedPane.