< prev index next >

test/javax/swing/JTextArea/8149849/DNDTextToScaledArea.java

Print this page
rev 14989 : 8160974: [TESTBUG] Mark more headful tests with @key headful.

@@ -32,10 +32,11 @@
 import javax.swing.JTextArea;
 import javax.swing.SwingUtilities;
 
 /**
  * @test
+ * @key headful
  * @bug 8149849
  * @summary [hidpi] DnD issues (cannot DnD from JFileChooser to JEditorPane or
  *          other text component) when scale > 1
  * @run main/othervm -Dsun.java2d.uiScale=2 DNDTextToScaledArea
  */
< prev index next >