コード例 #1
0
 /** @param args the command line arguments */
 public static void main(String[] args) {
   ApplicationStarter.run(new String[0], "Gingerland", new Dimension(1200, 750), new CandyLand());
 }
コード例 #2
0
ファイル: Tron2.java プロジェクト: BBC132/Dragon_Snake
 /** @param args the command line arguments */
 public static void main(String[] args) {
   ApplicationStarter.run("Snake", new Background());
 }
コード例 #3
0
ファイル: Tron.java プロジェクト: NickKahlhofen/Tron
 /** @param args the command line arguments */
 public static void main(String[] args) {
   ApplicationStarter.run(args, "Tron", new Dimension(1500, 900), new Computer());
 }
コード例 #4
0
ファイル: Snakeo.java プロジェクト: mpipo/Snakeo
 /** @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());
 }