intellij-randomness / com.fwdekker.randomness.ui / JNumberSpinner / <init>
<init>
JNumberSpinner(value: T, minValue: T, maxValue: T, stepSize: T)
An abstract JSpinner for numbers that contains common logic for its subclasses.
Parameters
T - the type of number
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