JInt Spinner
class JIntSpinner(value: Int = 0, minValue: Int = Int.MIN_VALUE, maxValue: Int = Int.MAX_VALUE, stepSize: Int = 1) : JNumberSpinner<Int> (source)
A JNumberSpinner for integers.
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
Constructors
Properties
Functions
Link copied to clipboard
Returns a ComponentPredicate that evaluates lambda on the value of this JIntSpinner.