Gets the current number of tabs (LaunchPanels) @return the tab count
()
| 701 | * @return the tab count |
| 702 | */ |
| 703 | public int getTabCount() { |
| 704 | return tabbedPane.getTabCount(); |
| 705 | } |
| 706 | |
| 707 | /** |
| 708 | * Gets the launch panel at the specified tab index. May return null. |
no outgoing calls
no test coverage detected