Hi All,
Please review the following fix for JDK 11 : Bug: https://bugs.openjdk.java.net/browse/JDK-8196441 Webrev: http://cr.openjdk.java.net/~pkbalakr/8196441/webrev.00/ Robot mouse move in these tests, placed the mouse cursor exactly on the edge of the Frame/Dialog, due to which the cursor changed to resize cursor and mouse press didn't work as expected. Proposed fix sets the Frame/Dialog resizable to false. Regards, Prem