JLong Spinner
constructor(value: Long = 0, minValue: Long = Long.MIN_VALUE, maxValue: Long = Long.MAX_VALUE, stepSize: Long = 1)(source)
Parameters
value
the default value
min Value
the smallest number that may be represented
max Value
the largest number that may be represented
step Size
the default value to increment and decrement by