Class JaxoFixedJSpinner

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class JaxoFixedJSpinner extends JSpinner
Fixed JSpinner that avoids problems with unconsistent use of JSpinner font for the JFormattedTextField.
Since:
2.0
See Also:
  • Constructor Details

    • JaxoFixedJSpinner

      public JaxoFixedJSpinner(SpinnerModel m)
      Constructor: just calls super(m).
      Parameters:
      m - The initial SpinnerModel.
  • Method Details