Package guicomponents

Examples of guicomponents.Plot3DPanel


  public CompRepAnd2DAnd3DAndTableOptions(String labelFreq, String label3DPlot, String labelTabel) {
   
      
    compRepPanel = new CompRepRadioButtonsPanel();
    p2dPanel = new Plot2DPanel(labelFreq);
    p3dPanel = new Plot3DPanel(label3DPlot);
    tabOptPanel = new TableOptionsPanel(labelTabel);
       
        gbl = new GridBagLayout();
        this.setLayout(gbl);
       
View Full Code Here

TOP

Related Classes of guicomponents.Plot3DPanel

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.