Package com.qspin.qtaste.ui.panel

Examples of com.qspin.qtaste.ui.panel.TitlePanel


        private JScrollPane mDetailsScrollPane;
        private Properties mSelectedProperties;        

    public ConfigEditPanel(Window owner) {
        super(owner, "QTaste Configuration", ModalityType.APPLICATION_MODAL);
        TitlePanel mainConfigPanel = new TitlePanel("QTaste Configuration", "main/qspin", false);
        this.setLayout(new GridBagLayout());
        GridBagLineAdder adder = new GridBagLineAdder(this);
        mSelectedProperties = new Properties();
       
       
View Full Code Here


        genUI();
    }
    protected void genUI() {
//        this.setLayout(new GridBagLayout());

        TitlePanel titlePanel = new TitlePanel("QTaste Configuration", "main/qspin", false);
        // create a tabbed pane
        JTabbedPane selectionConfig = new JTabbedPane();
       
        engineTestConfigPanel = new EngineTestConfigPanel();
        testBedConfigPanel = new TestBedConfigurationPanel();
View Full Code Here

TOP

Related Classes of com.qspin.qtaste.ui.panel.TitlePanel

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.