Package display

Examples of display.Display


     * initializes new game and display objects
     * to start a new game
     */
    public void initialize() {
        game = new Game();
        display = new Display();
        display.setApp(this);
    }
View Full Code Here

TOP

Related Classes of display.Display

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.