Package dwlab.java

Source Code of dwlab.java.testJava

package dwlab.java;

import main.TurnExample;
import playn.core.PlayN;
import playn.java.JavaPlatform;

public class testJava {

  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() );
  }
}
TOP

Related Classes of dwlab.java.testJava

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.