()
| 1097 | /// |
| 1098 | /// an integer specifying the number of tabbed pages |
| 1099 | public int getTabCount() { |
| 1100 | return tabsContainer.getComponentCount(); |
| 1101 | } |
| 1102 | |
| 1103 | /// Returns the currently selected index for this tabbedpane. |
| 1104 | /// Returns -1 if there is no currently selected tab. |