Package gui

Examples of gui.MainScreen


    theMap = new Map();
    //start off in a town
    currentTown = new Town();
   
    //initialize the main gui
    mainScreen = new MainScreen();
   
    //set the first store as the first store for the store screen
    mainScreen.setTownAndStore(currentTown)
  }
View Full Code Here

TOP

Related Classes of gui.MainScreen

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.