Package tamagotchi.view

Examples of tamagotchi.view.MenuPanel


     * @see MenuPanel
     * @see MenuModel
     *
     */
    public void switchToMenu() {
        currentPane = new MenuPanel(new MenuModel(this));
        setChanged();
        notifyObservers();
    }
View Full Code Here

TOP

Related Classes of tamagotchi.view.MenuPanel

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.