JNumberSpinner

constructor(value: T, minValue: T?, maxValue: T?, stepSize: T)(source)

Parameters

T

the type of number

value

the default value

minValue

the smallest number that may be represented, or null if there is no limit

maxValue

the largest number that may be represented, or null if there is no limit

stepSize

the default value to increment and decrement by