Advertisement
Guest User

Untitled

a guest
Dec 2nd, 2012
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. package game.project;
  2.  
  3. @SuppressWarnings("unused")
  4.  
  5. public class MainClassHandler {
  6.  
  7. public static String Title = "Game Project Alpha Test";
  8.  
  9. public static void main(String[] args){
  10.  
  11. MainJFrameConfig MJFC = new MainJFrameConfig();
  12. MainGameLoop MGL = new MainGameLoop();
  13.  
  14. }
  15.  
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement