!7 p { System.out.println("Showing JFrame"); new JFrame().setVisible(true); System.out.println("Exiting"); System.exit(0); }