Re: Accelerator in System MenuBar

2019-03-20 Thread Kevin Rushforth
This seems a reasonable approach to me. -- Kevin On 3/19/2019 6:38 AM, Dean Wookey wrote: Returning a boolean in View.notifyKey may also be useful for the windows bug: https://bugs.openjdk.java.net/browse/JDK-8089986 where, regardless of whether the accelerator is missing or not, there is a be

Re: Accelerator in System MenuBar

2019-03-19 Thread Dean Wookey
Returning a boolean in View.notifyKey may also be useful for the windows bug: https://bugs.openjdk.java.net/browse/JDK-8089986 where, regardless of whether the accelerator is missing or not, there is a beeping sound. Ideally there would be a beep only if the event isn't consumed. Dean On Tue, Mar