Package net.sf.agentopia.ui.swing

Examples of net.sf.agentopia.ui.swing.AgentopiaMainPanel


    public void run() {
        // MVC controller (which creates the model).
        controller = new AgentopiaSwingController();

        // MVC view.
        hostPanel = new AgentopiaMainPanel();
        hostPanel.setController(controller);

        // Create window.
        frame = new JFrame("Agentopia (Swing)");
        frame.getContentPane().setLayout(new BorderLayout());
View Full Code Here

TOP

Related Classes of net.sf.agentopia.ui.swing.AgentopiaMainPanel

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.