Package gov.nasa.arc.mct.fastplot.view

Examples of gov.nasa.arc.mct.fastplot.view.PlotControlsLayout$ResizersScrollPane


    final PlotSettingsSubPanel panel = new PlotSettingsControlArea(managedView);
    panel.reset(managedView.getPlot(), true);
   
    setLayout(new GridLayout(1,1));
   
    PlotControlsLayout controlsLayout = new PlotControlsLayout();
    PlotControlsLayout.ResizersScrollPane scroller =
      new ResizersScrollPane(panel);
    scroller.setBorder(BorderFactory.createEmptyBorder());
   
    JPanel paddableOverallPanel = new JPanel(controlsLayout);
View Full Code Here

TOP

Related Classes of gov.nasa.arc.mct.fastplot.view.PlotControlsLayout$ResizersScrollPane

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.