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