0
我可以通過使用getValue()獲取當前值,但是可以獲取JSpinner的最大和最小允許值嗎?無法從文檔中找到JSpinner的getMax()或getMin()等方法。JSpinner獲取最大最小值
http://docs.oracle.com/javase/7/docs/api/javax/swing/JSpinner.html
http://docs.oracle.com/javase/7/docs/api/javax/swing/SpinnerModel.html