-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
P5
-
Affects Version/s: 9
-
Component/s: client-libs
The test javax/swing/JMenu/6359669/bug6359669.java verifies the condition
menu.getPopupMenu().getComponentCount() == 0
on the main thread, which isn't guaranteed to be visible after the popup menu is modified on the EDT.
menu.getPopupMenu().getComponentCount() == 0
on the main thread, which isn't guaranteed to be visible after the popup menu is modified on the EDT.
- relates to
-
JDK-8234149 [TESTBUG]Several swing regression tests do not dispose Frame at end
-
- Resolved
-