Hi All, Kindly review the fix for JDK9. Bug: https://bugs.openjdk.java.net/browse/JDK-8158230 <https://bugs.openjdk.java.net/browse/JDK-8158230>
Webrev: http://cr.openjdk.java.net/~aniyogi/8158230/webrev.00/ <http://cr.openjdk.java.net/~aniyogi/8158230/webrev.00/> Issue: ActionEvent is not fired for menu item with option apple.laf.useScreenMenuBar Cause: The case for event that is not a Keydown has to be handled Fix: With fixing the if - else loop, the correct behaviour was confirmed. With Regards, Avik Niyogi