我需要将JSpinner重置为其最小值。我试过从模型中获取它:
java.sql.BatchUpdateException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'option, quizQuesId, correct) values ('o13','16','1')' at line 1
但我有IllegalArgumentException ......
答案 0 :(得分:1)
如果您的模型没有最小值,或者其最小值为Comparable
不是Number
,则会发生这种情况。