JDoubleSpinner(value: Double = 0.0, minValue: Double = -Double.MAX_VALUE, maxValue: Double = Double.MAX_VALUE, stepSize: Double = 0.1, description: String? = null)
A JNumberSpinner for doubles.
minValue
- the smallest number that may be represented
maxValue
- the largest number that may be represented