ifclass JExtendedTabbedPane static int countTabs(JExtendedTabbedPane tabs) { ret tabCount(tabs); } endif static int countTabs(JTabbedPane tabs) { ret tabCount(tabs); }