static int indexOfTabName(JTabbedPane tabs, S name) {
  ret tabs == null ? -1 : swing(-> tabs.indexOfTab(name));
}