On 3/23/2015 5:36 PM, Alexander Scherbatiy wrote:
On 3/23/2015 2:22 PM, Semyon Sadetsky wrote:
Hello,
Please review JDK9 fix.
webrev:
http://cr.openjdk.java.net/~alexsch/semyon-sadetsky/6921687/webrev.00/
bug: https://bugs.openjdk.java.net/browse/JDK-6921687
- What was the reason that mnemonics were hidden between alt press
and release key events?
- Could you format 'if' condition to have proper space indentation?
The reason is that in Windows if ALT is pressed for the second time
mnemonics are hidden. But if one press a char key then or keep ALT
pressed for a while the mnemonics are shown again.
--Semyon
Thanks,
Alexandr.
Thanks!
--Semyon