Package gui.mainFrame.testCreator.parameterEditor

Examples of gui.mainFrame.testCreator.parameterEditor.ParamTable


        JPanel panel = new JPanel();
        panel.setLayout(new BoxLayout(panel, BoxLayout.Y_AXIS));

        panel.add(getMethodInfo());

        ParamTable paramTable = new ParamTable(guiController, new ParamTableModel(controller));
        panel.add(paramTable);

        return panel;
    }
View Full Code Here

TOP

Related Classes of gui.mainFrame.testCreator.parameterEditor.ParamTable

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.