Package edu.brown.gui.designer

Examples of edu.brown.gui.designer.ProcedureInfoPanel


        // ----------------------------------------------
        // LEFT-SIDE PANEL
        // ----------------------------------------------
        JPanel leftPanel = new JPanel(new BorderLayout());
       
        this.procInfoPanel = new ProcedureInfoPanel(this);
        this.procInfoPanel.setBorder(BorderFactory.createTitledBorder("Stored Procedures"));
        leftPanel.add(this.procInfoPanel, BorderLayout.NORTH);
       
        JPanel graphPanel = new JPanel();
        graphPanel.setLayout(new BoxLayout(graphPanel, BoxLayout.Y_AXIS));
View Full Code Here

TOP

Related Classes of edu.brown.gui.designer.ProcedureInfoPanel

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.