<AWT Dev> [12] RFR : JDK-8198002 : java/awt/Mixing/Validating.java debug assert on Windows
Sergey Bylokhov
Sergey.Bylokhov at oracle.com
Wed Nov 7 18:57:05 UTC 2018
On 07/11/2018 02:47, Ambarish Rapte wrote:
> 4. When the Frame.MAXIMIZED_BOTH extended state is set while the window is not visible, the state is saved,
> --- on java side in Frame.java::state variable and
> --- on native side in awtFrame::m_zoomed variable.
> --- But it is not actually applied to the window, i.e. WS_MAXIMIZE bit would be 0 and we do not access the style.
But after the window will become visible, what state it will have? It will be "maximized" or "normal" window?
--
Best regards, Sergey.
More information about the awt-dev
mailing list