static A alwaysOnTop(A c) { swing { Window w = getWindow(c); if (w != null && !w.isAlwaysOnTop()) w.setAlwaysOnTop(true); } ret c; }