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