Hello.
I am using a DateSpinner object in my swing app. It displays the current date fine, but when the component is changed, the getValue() method only returns the original date - it does not capture the date entered by the user.
I have also tried using the commitEdit() prior to the getValue() method. Any ideas as to what I'm doing wrong?
Thanks.