JDoubleSpinner

constructor(value: Double = 0.0, minValue: Double? = null, maxValue: Double? = null, stepSize: Double = 0.1)(source)

Parameters

value

the default value

minValue

the smallest number that may be represented

maxValue

the largest number that may be represented

stepSize

the default value to increment and decrement by