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