RadiSpinner

Instead of a JSpinner RADi provides a RadiSpinner with 8 additional properties to customize the spinner's editor component (which is a JFormattedTextField):
fieldBackground is mapped to the editor's background property.
fieldCaretColor is mapped to the editor's caretColor property.
fieldColumns is mapped to the editor's column property.
fieldFont is mapped to the editor's font property.
fieldForeground is mapped to the editor's foreground property.
fieldHorizontalAlignment is mapped to the editor'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.

Use the different SpinnerModel editors to define spinner models, you find more information about using them in the RADi online help.