static JFrame exitProgramOnFrameClose(JFrame f) { f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); ret f; }