Package net.sf.jaxodraw.gui.swing.spinner
Some spinner classes that are used in edit panels.
-
Class Summary Class Description 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.