static JFrame showAlwaysOnTopFrame(JComponent content) { var frame = showFrame(content); alwaysOnTop(frame); ret frame; }