Returns the tab count. @return the number of tabs
()
| 664 | * @return the number of tabs |
| 665 | */ |
| 666 | public int getTabCount() { |
| 667 | return tabbedPane.getTabCount(); |
| 668 | } |
| 669 | |
| 670 | /** |
| 671 | * Returns a list of all open tabs. |
no outgoing calls
no test coverage detected