/** @param args the command line arguments */ public static void main(String[] args) { ApplicationStarter.run(new String[0], "Gingerland", new Dimension(1200, 750), new CandyLand()); }
/** @param args the command line arguments */ public static void main(String[] args) { ApplicationStarter.run("Snake", new Background()); }
/** @param args the command line arguments */ public static void main(String[] args) { ApplicationStarter.run(args, "Tron", new Dimension(1500, 900), new Computer()); }
/** @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()); }