Package game.gui.elements

Examples of game.gui.elements.WorldPreview


      worldFiles[i] = fs[i];
    }
    if (worldFiles != null) {
      worlds = new WorldPreview[worldFiles.length];
      for (int i = 0; i < worldFiles.length; i++) {
        worlds[i] = new WorldPreview(worldFiles[i].getAbsolutePath());
      }
    }
  }
View Full Code Here

TOP

Related Classes of game.gui.elements.WorldPreview

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.