Select Method (JTabbedPane)

Class

JTabbedPane.

Action

Selects the specified tab.

Syntax

tabbedPane.Select(tab)
Variable Description
tab The name or index of the tab to select. ItemIdentifier.

Examples

tabbedPane.Select("Alignment")
tabbedPane.Select(1)