JSpinnerRange  
            class JSpinnerRange(min: JSpinner, max: JSpinner, maxRange: Double?, name: String?)
Content copied to clipboard
A container for two JSpinners that indicate a range of values.
Parameters
min
the JSpinner that represents the minimum value
max
the JSpinner that represents the maximum value
maxRange
the maximum difference between min and max
name
the name to use in error messages
Constructors
JSpinnerRange
                          
                    Link copied to clipboard
                        fun JSpinnerRange(min: JSpinner, max: JSpinner, maxRange: Double? = null, name: String? = null)
Content copied to clipboard
the 
JSpinner that represents the minimum valueFunctions
validateValue
                          
                    Link copied to clipboard
                        Properties
Sources
jvm source
                          
                    
                  Link copied to clipboard