JDoubleSpinner 
  fun JDoubleSpinner(    value: Double = 0.0,     minValue: Double = -Double.MAX_VALUE,     maxValue: Double = Double.MAX_VALUE,     stepSize: Double = 0.1,     description: String? = null)
Content copied to clipboard
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
description
the description to use in error messages