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


package net.sf.jaxodraw.gui.swing.spinner

Some spinner classes that are used in edit panels.

  • Classes
    Class
    Description
    Fixed JSpinner that avoids problems with unconsistent use of JSpinner font for the JFormattedTextField.
    JComboBox extension that uses a JSpinner as editor component.
    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.
    Specialization of SpinnerNumberModel that only allows integers to avoid rounding issues.