JSpinner Editor Question
I am making a JTextfield to be the editor of the JSpinner. The JTextField implements the change listener which reflect the value of the JSpinner on the text field. But the problem is when I change the value on the text field, it seems that the value of the JSpinner doesn't change. How to deal with that problem? Does it work if I add a change listener onto the document of the text field?
Thanks a lot.

