static int selectedTabIndex(final JTabbedPane tabs) { ret tabs == 0 ? -1 : swing(func -> int { tabs.getSelectedIndex() }); }