Skip to content

Instantly share code, notes, and snippets.

@AnnaBoro
Created October 27, 2015 23:42
Show Gist options
  • Save AnnaBoro/4dc2d9a34f126a7deff7 to your computer and use it in GitHub Desktop.
Save AnnaBoro/4dc2d9a34f126a7deff7 to your computer and use it in GitHub Desktop.
lesson4 - Launcher - Frame14
package lesson4;
/**
* Created by anna on 28.10.15.
*/
public class Launcher {
public static void main(String[] args) throws Exception {
ActionField af = new ActionField();
af.runTheGame();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment