Advertisement
heavenriver

FifteenMain.java

Apr 10th, 2013
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.19 KB | None | 0 0
  1. package fifteen;
  2.  
  3. /**
  4.  * @author SilverKitsune
  5.  */
  6. public class FifteenMain
  7.    
  8.     {
  9.     /**
  10.      * @param args
  11.      */
  12.     public static void main(String[] args)
  13.         {
  14.         new FifteenFrame();
  15.         }
  16.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement