Re: [9] Review request for 8143914: Provide Mac-specific fullscreen support

2016-10-02 Thread Sergey Bylokhov
Hi, Alexander. In the fix you use eawt events which are generated by the same peer. Why not use windowWill/DidEnterFullScreen + windowWill/DidExitFullScreen? Why the fix is for the Frames only, there are some limitations for other windows, dialogs etc? On 06.09.16 17:32, Alexander Zvegintsev

Re: [9] Review Request: 8143077 Deprecate InputEvent._MASK in favor of InputEvent._DOWN_MASK

2016-10-02 Thread Sergey Bylokhov
Thanks for the comments. The new version: http://cr.openjdk.java.net/~serb/8143077/webrev.01 The specification of Event class and InputEvent.getModifiers() are updated. On 30.09.16 19:08, Jonathan Bluett-Duncan wrote: Hi Sergey, I'm not a reviewer, but after reading the deprecation messages in