static A alwaysOnTop(A c) { ret swing(func -> A { JFrame f = getFrame(c); if (f != null && !f.isAlwaysOnTop()) f.setAlwaysOnTop(true); ret c; }); }