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

<init>

JLongSpinner(value: Long = 0L, minValue: Long = Long.MIN_VALUE, maxValue: Long = Long.MAX_VALUE, stepSize: Long = 1L, description: String? = null)

A JNumberSpinner for longs.

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