I have two JSpinner
one is for minimum and another one for maximum value set.
I just want that if min is set some value then user can not enter less than minimum text field value in JSpinner
of maximum text field and vice versa.
How can I validate using keylistner and another trick?