Package net.sf.jaxodraw.gui.swing.spinner

Some spinner classes that are used in edit panels.

See:
          Description

Class Summary
JaxoFixedJSpinner Fixed JSpinner that avoids problems with unconsistent use of JSpinner font for the JFormattedTextField.
JaxoSpinnerComboBox JComboBox extension that uses a JSpinner as editor component.
JaxoSpinnerIntModel Specialization of SpinnerNumberModel that a) only allows integers (to avoid rounding issues) and has some convenience methods for them; b) optionally allows snapping the 'value' to only a subset of the integers.
JaxoSpinnerRotationModel Specialization of SpinnerNumberModel that only allows integers to avoid rounding issues.
 

Package net.sf.jaxodraw.gui.swing.spinner Description

Some spinner classes that are used in edit panels.



Licensed under GPL. For more information, see http://jaxodraw.sourceforge.net/license.html or the LICENSE file in the jaxodraw distribution.