Select Method (JTabbedPane)

Class

JTabbedPane class

Action

Selects the specified tab.

Syntax

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

Examples

TabbedPane.Select("Alignment")
TabbedPane.Select(1)