static LS tabNames(JTabbedPane tabs) { ret tabs == null ?: swing(-> countIteratorToList(tabs.getTabCount(), i -> tabs.getTitleAt(i))); }