< prev index next >

test/jdk/java/awt/Multiscreen/MouseEventTest/MouseEventTest.java

Print this page
rev 60071 : 8211999: Window positioning bugs due to overlapping GraphicsDevice bounds (Windows/HiDPI)
Reviewed-by: XXX

@@ -22,11 +22,11 @@
  */
 
 /*
   @test
   @key headful
-  @bug 8017472
+  @bug 8017472 8211999
   @summary MouseEvent has wrong coordinates when using multiple monitors
   @run main MouseEventTest
  */
 
 import java.awt.*;
< prev index next >