ifclass JExtendedTabbedPane static int tabCount(JExtendedTabbedPane tabs) { ret tabs == null ? 0 : swing(-> tabs.getTabCount()); } endif static int tabCount(JTabbedPane tabs) { ret tabs == null ? 0 : swing(-> tabs.getTabCount()); }