Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1.  
  2. final JFrame myJframe = new JFrame("Here is my Jframe");
  3.       myJframe.setVisible(true);
  4.       myJframe.setSize(400, 300);
  5.       myJframe.setDefaultCloseOperation(JFrame.DO_NOTHING_ON_CLOSE);