Package eu.semberal.migmang.graphics

Examples of eu.semberal.migmang.graphics.Graphics


    public GameStatus getGameStatus() {
        return gameStatus;
    }

    public Controller() {
        view = new Graphics();
        view.attachWindowEventsListener(this);
    }
View Full Code Here

TOP

Related Classes of eu.semberal.migmang.graphics.Graphics

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.