Package client.views.swing.menu

Examples of client.views.swing.menu.Menu


    public MenuView MainView = null;
    private Play play = null; // Model in MVC Architecture

    public MenuController(Play play) {
        this.play = play;
        MainView = new Menu(this);
        addListenersToModel();
    }
View Full Code Here

TOP

Related Classes of client.views.swing.menu.Menu

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.