static A alwaysOnTop(A c) { JFrame f = getFrame(c); if (f != null) f.setAlwaysOnTop(true); ret c; }