-
Bug
-
Resolution: Unresolved
-
P5
-
6, 8, 23
Use a CountDownLatch in javax/swing/AbstractButton/6298940/bug6298940.java instead of delay.
The latch provides a direct way to synchronise EDT and main thread, and the test will finish quicker.
The latch provides a direct way to synchronise EDT and main thread, and the test will finish quicker.
- relates to
-
JDK-6298940 AbstractButton.setModel doesn't fully update mnemonic
- Resolved