I can get the current value by using getValue(), but is it possible to get the Maximum and Minimum allowable value for the JSpinner? Can't find method such as getMax() or getMin() for JSpinner from the docs.
http://docs.oracle.com/javase/7/docs/api/javax/swing/JSpinner.html
http://docs.oracle.com/javase/7/docs/api/javax/swing/SpinnerModel.html