intellij-randomness / com.fwdekker.randomness.ui / JIntSpinner / <init>

<init>

JIntSpinner(value: Int = 0, minValue: Int = Int.MIN_VALUE, maxValue: Int = Int.MAX_VALUE, stepSize: Int = 1, description: String? = null)

A JNumberSpinner for integers.

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