Looks fine.
On 09.07.15 15:03, Alexey Ivanov wrote:
Hello Swing team,
Could you please review the fix:
JBS: https://bugs.openjdk.java.net/browse/JDK-8130772
webrev: http://cr.openjdk.java.net/~aivanov/8130772/jdk9/webrev.00/
Description:
Util.hitMnemonics does not work because the new implementation of
Util.getSystemMnemonicKeyCodes adds KeyEvent.ALT_MASK rather than
KeyEvent.VK_ALT.
Fix:
Use KeyEvent.VK_ALT.
Tests that depend on Util.hitMnemonics pass after the fix is applied.
Thanks,
Alexey
--
Best regards, Sergey.