Hello,

Could you review the fix:
  bug: https://bugs.openjdk.java.net/browse/JDK-8143316
  webrev: http://cr.openjdk.java.net/~alexsch/8143316/webrev.00

The the native MouseInfo.fillPointWithCoords() method can access the devices before they are initialized. The fix moves the devices initialization before the getMouseInfoPeer().fillPointWithCoords(point) call in the
  getPointerInfo() method.

The MonitorFromPoint method is added to the native fillPointWithCoords() method to find the device where the mouse cursor is placed.

  Thanks,
  Alexandr.

Reply via email to