Tabs are placed within a {@link FX2TabPane}, where each tab represents a single 'page'.
Tabs can contain any {@link Node} such as UI controls or groupsof nodes added to a layout container.
When the user clicks on a Tab in the TabPane the Tab content becomes visible to the user.
|
|
|
|
|
|
|
|
|
|
|
|