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.

[417 byte] By [tmdfana] at [2007-11-26 16:03:36]
# 1
Can you post code please ?
ProZa at 2007-7-8 22:25:28 > top of Java-index,Desktop,Core GUI APIs...
# 2
what are you trying to do that you can't do with((JSpinner.DefaultEditor)spinner.getEditor()).getTextField()
Michael_Dunna at 2007-7-8 22:25:28 > top of Java-index,Desktop,Core GUI APIs...