JSpinnerRange(min: JSpinner, max: JSpinner, maxRange: Double = DEFAULT_MAX_RANGE)
A container for two JSpinners that indicate a range of values.
min - the JSpinner that represents the minimum value
min
JSpinner
max - the JSpinner that represents the maximum value
max
maxRange - the maximum difference between min and max
maxRange