Package nz.ac.waikato.modeljunit.gui.visualisaton

Examples of nz.ac.waikato.modeljunit.gui.visualisaton.PanelJUNGVisualisation


        //TODO: Make these panels non-static
        mProject = new Project(BUILTIN, "nz.ac.waikato.modeljunit.examples.FSM");
        mGraphCurrent = false;

        mAnimator = new PanelAnimator(this);
        mVisualisation = new PanelJUNGVisualisation();
        mCoverage = new PanelCoverage(this);
        mResultViewer = new PanelResultViewer();
        mTestDesign = new PanelTestDesign(this);
        mEfficiencyGraphs = new PanelEfficiencyGraph();
    }
View Full Code Here

TOP

Related Classes of nz.ac.waikato.modeljunit.gui.visualisaton.PanelJUNGVisualisation

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.