< prev index next >

test/javax/swing/ToolTipManager/7123767/bug7123767.java

Print this page

        

@@ -19,16 +19,31 @@
  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  */
 
-/* @test
-   @bug 7123767
-   @summary Wrong tooltip location in Multi-Monitor configurations
-   @author Vladislav Karnaukhov
-   @run main bug7123767
-*/
+
+/**
+ * @test
+ * @bug      7123767
+ *
+ * @summary  Check if a tooltip location in Multi-Monitor
+ *           configurations is correct.
+ *           If the configurations number per device exceeds 5,
+ *           then some 5 random configurations will be checked.
+ *           Please Use -Dseed=X to set the random generator seed
+ *           (if necessary).
+ *
+ * @author   Vladislav Karnaukhov
+ *
+ * @key      headful randomness
+ *
+ * @modules  java.desktop/sun.awt
+ * @library  /test/lib
+ *
+ * @run      main/timeout=300 bug7123767
+ */
 
 import sun.awt.SunToolkit;
 
 import javax.swing.*;
 import javax.swing.plaf.metal.MetalLookAndFeel;
< prev index next >