예제 #1
0
 /** Launches the game */
 public static void main(String[] args) {
   Game a = new Game();
   a.setVisible(true);
 }