/** @param args the command line arguments */
 public static void main(String[] args) {
   ApplicationStarter.run(new String[0], "Gingerland", new Dimension(1200, 750), new CandyLand());
 }
Ejemplo n.º 2
0
 /** @param args the command line arguments */
 public static void main(String[] args) {
   ApplicationStarter.run("Snake", new Background());
 }
Ejemplo n.º 3
0
 /** @param args the command line arguments */
 public static void main(String[] args) {
   ApplicationStarter.run(args, "Tron", new Dimension(1500, 900), new Computer());
 }
Ejemplo n.º 4
0
 /** @param args the command line arguments */
 public static void main(String[] args) {
   // TODO code application logic here
   ApplicationStarter.run(null, "Snakeo", new Dimension(1280, 700), new Main());
 }