Hi All, Kindly review the fix for JDK10.
Bug: https://bugs.openjdk.java.net/browse/JDK-7158623 <https://bugs.openjdk.java.net/browse/JDK-7158623> Webrev: http://cr.openjdk.java.net/~mhalder/7158623/webrev.00/ <http://cr.openjdk.java.net/~mhalder/7158623/webrev.00/> Issue: Unfocusable frame was resizable. Fix: After the fix resizability of the frame depends on focusability of the frame. If the frame is focusable then it is resizable otherwise not. The test code was cleaned to remove old test machinery code. Regards, Manajit