RadiSpinner

Instead of a JSpinner RADi provides a RadiSpinner with 8 additional to customize the spinner's editor component (which is a JFormattedTextField):
fieldBackground is mapped to the text field's background property.
fieldCaretColor is mapped to the text field's caretColor property.
fieldColumns is mapped to the text field's column property.
fieldFont is mapped to the text field's font property.
fieldForeground is mapped to the text field's foreground property.
fieldHorizontalAlignment is mapped to the text field's horizontalAlignment property.
fieldSelectionBackground is mapped to the text field's selectionColor property.
fieldSelectionForeground is mapped to the text field's selectedTextColor property.

Note: A RadiSpinner with none of the additional properties set will be exported as a JSpinner.

See also:
SpinnerModel Editor