< prev index next >

test/java/awt/dnd/MissingEventsOnModalDialog/MissingEventsOnModalDialogTest.java

Print this page
rev 14836 : 8159690: [TESTBUG] Mark headful tests with @key headful.

*** 41,50 **** --- 41,51 ---- import java.awt.event.MouseAdapter; import java.awt.event.MouseEvent; /* * @test + * @key headful * @bug 8134917 * @summary [macosx] JOptionPane doesn't receive mouse events when opened from a drop event * @author Alexandr Scherbatiy */ public class MissingEventsOnModalDialogTest {
< prev index next >