Hi All, Kindly review the fix for JDK9. Bug: https://bugs.openjdk.java.net/browse/JDK-7124218 <https://bugs.openjdk.java.net/browse/JDK-7124218>
Webrev: http://cr.openjdk.java.net/~rchamyal/avik/7124218/webrev.00/ <http://cr.openjdk.java.net/~rchamyal/avik/7124218/webrev.00/> Issue: "Space should select cell in the JTable" is being expected for Look and Feels (and OS) where key-bindings are different. Cause: Keybindings expected in the test case are not taking native key-bindings into account. Fix: Recreated test case with appropriate cases for all required OS to account for supported native, non-native and cross-platform Look and Feels. With Regards, Avik Niyogi