static bool replaceTab(final JTabbedPane tabs, fS name, final Component c) { ret swing(func -> Bool { int idx = tabs.indexOfTab(name); if (idx < 0) false; tabs.setTabComponentAt(idx, wrap(c)); }); }