Package advanced.modestMapsMT

Examples of advanced.modestMapsMT.MapsScene


      }
    }, app.loadImage(this.getPathToIcons() + "touchtails_s.png"));
   
    this.addScene(new ICreateScene() {
      public Iscene getNewScene() {
        return new MapsScene(app, "Maps");
      }
      public String getTitle() {
        return "Maps";
      }
    }, app.loadImage(this.getPathToIcons() + "maps_ss.png"));
View Full Code Here

TOP

Related Classes of advanced.modestMapsMT.MapsScene

Copyright © 2018 www.massapicom. 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.