< prev index next >

test/java/awt/Mouse/EnterExitEvents/FullscreenEnterEventTest.java

Print this page

        

@@ -35,10 +35,12 @@
 /*
  * @test
  * @bug 8013468
  * @summary Cursor does not update properly when in fullscreen mode on Mac
  *    The core reason of the issue was the lack of a mouse entered event in fullscreen
+ * @requires (os.family == "mac")
+ * @modules java.desktop/com.apple.eawt
  * @library ../../regtesthelpers
  * @build Util
  * @modules java.desktop/com.apple.eawt
  * @author Petr Pchelko area=awt.event
  * @run main FullscreenEnterEventTest
< prev index next >