Chapter 13 Examples


Tabbed Pane

TextTabs.java displays a JTabbedPane with text on the tabs.

Tabbed Pane w/Icons

IconTabs.java displays a JTabbedPane with icons on the tabs.

Tabbed Pane w/Tool Tips

Tabs.java displays a JTabbedPane with icons on the tabs, and tool tips.

Tabbed Pane Change Listener

TabChanges.java displays a JTabbedPane and uses a ChangeListener to receive notifications when the selected tab changes.

Vertically Split Pane

VSplit.java displays a vertically split JSplitPane.

Horizonatally Split Pane

HSplit.java displays a horizonatally split JSplitPane.

Combined Split Panes

TwoSplit.java displays a vertically split JSplitPane, with two vertically split panes one in the top, one in the bottom.

One Touch Split Pane

OneTouch.java displays JSplitPane with one touch turned on.


Copyright © 1998, John Wiley and Sons, Inc.