Package org.aavso.tools.vstar.ui

Examples of org.aavso.tools.vstar.ui.NumberSelectionPane


      JPanel topPane = new JPanel();
      topPane.setLayout(new BoxLayout(topPane, BoxLayout.PAGE_AXIS));
      topPane.setBorder(BorderFactory.createEmptyBorder(5, 5, 5, 5));

      magErrorSelector = new NumberSelectionPane(
          "Select Maximum Magnitude Error", min, max, increment,
          initial, NumericPrecisionPrefs.getMagInputFormat());

      topPane.add(magErrorSelector);
View Full Code Here

TOP

Related Classes of org.aavso.tools.vstar.ui.NumberSelectionPane

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.