Replacement for com.apple.eawt.FullScreen*

2019-07-20 Thread DRC
I don't know how to do that without invoking com.apple.eawt.FullScreenListener.addFullScreenListenerTo() and com.apple.eawt.Application.requestToggleFullScreen(). Any advice is appreciated. DRC

Re: Replacement for com.apple.eawt.FullScreen*

2019-07-24 Thread DRC
applications as com.apple.eawt.Application.requestToggleFullScreen(). Even if it did, it could not replace com.apple.eawt.FullScreenListener, which is needed in order for applications to be notified when full-screen mode is activated or deactivated. On 7/22/19 4:58 PM, Sergey Bylokhov wrote: > Hi, DRC. > > I

Re: Replacement for com.apple.eawt.FullScreen*

2019-07-24 Thread DRC
the source code vis-a-vis diagnosing issues such as this, but I'm not an OpenJDK author. Sorry if this is the wrong forum for me to post issues like this, but I didn't know where else to post. On 7/22/19 4:58 PM, Sergey Bylokhov wrote: > Hi, DRC. > > I guess this feature hav

Replacement for com.apple.eawt.FullScreen*

2019-07-24 Thread DRC
22/19 4:58 PM, Sergey Bylokhov wrote: > Hi, DRC. > > I guess this feature have to be implemented by this CR: > https://bugs.openjdk.java.net/browse/JDK-8143914 > > The idea was to use the sequence of: "setExtendedState() + > MAXIMIZED_BOTH" > to toggle the "

Status of JDK-8016255

2019-09-09 Thread DRC
ier keys) on certain international keyboards are not properly handled in Swing on Un*x systems. Only the key release event from those keys is delivered to applications, without a prior key press event. DRC

Re: Status of JDK-8016255

2019-09-16 Thread DRC
.) On macOS, Java produces the incorrect key symbol for the key release of a dead key (but the key press is usually correct.) Is it your assertion that these issues will have to be fixed by the community as well? On 9/16/19 1:18 PM, Sergey Bylokhov wrote: > Hello, DRC. > > It looks