Advertisement
Guest User

Stillcrappy

a guest
Jul 3rd, 2015
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.27 KB | None | 0 0
  1. import javax.swing.JFrame;
  2.  
  3. public class JavaWindow {
  4.  
  5.     public static void main(String[] args) {
  6.         // TODO Auto-generated method stub
  7.         GameMainMenu window = new GameMainMenu("Attack of the Squares");
  8.        
  9.  
  10.         window.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
  11.     }
  12.  
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement