test/java/awt/TextArea/TextAreaCaretVisibilityTest/bug7129742.java

Print this page

        

@@ -27,10 +27,12 @@
 
 
 /* @test
  * @bug 7129742
  * @summary Focus in non-editable TextArea is not shown on Linux.
+ * @modules java.desktop/sun.awt
+ *          java.desktop/java.awt.peer
  * @author Sean Chou
  */
 
 import java.awt.FlowLayout;
 import java.awt.TextArea;