Package gui.mainFrame

Examples of gui.mainFrame.TestCreatorBtnPanel


    /**
     * Tells the gui to show the test creator.
     */
    public void showTestCreator()
    {
        this.testCreatorBtnPanel = new TestCreatorBtnPanel(this);
        this.testCreator = new TestCreator(controller, this);
        this.mainFrame.setEditor(this.testCreator);
        this.mainFrame.setButtonNavBar(this.testCreatorBtnPanel);
        highlightLine();
    }
View Full Code Here

TOP

Related Classes of gui.mainFrame.TestCreatorBtnPanel

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.