static void toggleAlwaysOnTop(Window frame) { if (frame == null) ret; swing { frame.setAlwaysOnTop(!frame.isAlwaysOnTop()); } }