891011121314
public static void main(String[] args) { JavaPlatform.Config config = new JavaPlatform.Config(); // use config to customize the Java platform, if needed JavaPlatform.register( config ); PlayN.run( new TurnExample() ); }