Package wolf.gui

Examples of wolf.gui.CityView


    log.log("Seed: "+seed);
  }

  public void generateRoadmap(boolean viewCity){
    if(viewCity){
      final CityView cv = new CityView(this);
      rm.cv = cv;
      rm.generate();
      cv.close();
    }else{
      rm.generate();
    }
    log.log("Done generating roads");
    bm.getBlocks(rm);
View Full Code Here

TOP

Related Classes of wolf.gui.CityView

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.