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.