Package tamagotchi.view

Examples of tamagotchi.view.GamePanel


     * Change l'ecran courant pour celui du jeu
     * @see GamePanel
     * @see GameModel
     */
    public void switchToGame() {
        currentPane = new GamePanel(new GameModel(this));
        setChanged();
        notifyObservers();
    }
View Full Code Here

TOP

Related Classes of tamagotchi.view.GamePanel

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.