Package gui

Examples of gui.MainJFrame


    private WorldsContainerJPanel worldsContainer;
    private CommandJPanel commandJPanel;
    private List<GUIWorldController> controllers = new ArrayList<GUIWorldController>();

    public GUIController(int nWorlds) {
        mainJFrame = new MainJFrame();
        worldsContainer = new WorldsContainerJPanel();
        worldsContainer.addPropertyChangeListener(this);

        commandJPanel = new CommandJPanel();
        commandJPanel.addPropertyChangeListener(this);
View Full Code Here

TOP

Related Classes of gui.MainJFrame

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.