JLongSpinner

constructor(value: Long = 0, minValue: Long = Long.MIN_VALUE, maxValue: Long = Long.MAX_VALUE, stepSize: Long = 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