static JFrame showFrameHidingConsole(O content) { JFrame f = showFrame(content); hideConsole(); ret f; } static JFrame showFrameHidingConsole(String title, O content) { JFrame f = showFrame(title, content); hideConsole(); ret f; }