-
Bug
-
Resolution: Fixed
-
P2
-
1.4.2_12
-
b02
-
x86
-
windows_xp
JSpinner gets spinning in the following scenario.
1. Spinner is created by using JSpinner.
2. To increase the value continuously, push the button of the spinner down
and keep it being down. (Do not relese it.)
3. The spinner is replaced with new one.
(Remove old one and make new spinner visible.)
4. getNextValue() does not stop. (It is spinning...)
I confirmed this problem occurs on Solaris and WindowsXP with Java 1.4.2_12.
This does not occur with Java 1.5.0.
1. Spinner is created by using JSpinner.
2. To increase the value continuously, push the button of the spinner down
and keep it being down. (Do not relese it.)
3. The spinner is replaced with new one.
(Remove old one and make new spinner visible.)
4. getNextValue() does not stop. (It is spinning...)
I confirmed this problem occurs on Solaris and WindowsXP with Java 1.4.2_12.
This does not occur with Java 1.5.0.
- relates to
-
JDK-4840869 JSpinner keeps spinning while JOptionPane is shown on ChangeListener
- Resolved