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