Package gov.nasa.arc.mct.nontimeplot.view.controls

Examples of gov.nasa.arc.mct.nontimeplot.view.controls.NonTimePlotSettings


    JPanel legendArea = new JPanel(new BorderLayout());
    legendArea.add(legendManager, BorderLayout.NORTH);
    add(legendArea, BorderLayout.WEST);
    add (plot, BorderLayout.CENTER);
    legendArea.setBackground(Color.DARK_GRAY.darker());
    settings = new NonTimePlotSettings(this);
  }
View Full Code Here

TOP

Related Classes of gov.nasa.arc.mct.nontimeplot.view.controls.NonTimePlotSettings

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.