<div dir="ltr"><div>Hi,<br></div><div><br></div><div>1) How should Iconified, Maximized and FullScreen interact?</div><div><br></div><div>The Stage documentation states:<br></div><div><br></div>"In case that more Stage modes are set simultaneously their order of importance is iconified, fullScreen, maximized (from strongest to weakest)."<div><br></div><div>To my understanding, this means if I set all three properties to true, show the stage and unset one by on in order, it should</div><div>- Show iconified;</div><div>- Show fullscreen (when iconified set to false);</div><div>- Show maximized;</div><div>- Show with "normal" dimensions;</div><div><br></div><div>Is this correct?</div><div><br></div><div>2) Should Maximized report maximized location and dimensions?</div><div><br></div><div>fullScreen doc on Stage states:</div><div>"However once in full-screen mode, Stage's x, y, width, and height variables will continue to represent the non-full-screen position and size of the window; the same for iconified, resizable, style, and opacity."</div><div><br></div><div>Maximized does not state this. I'm unsure if it should be the same case.</div><div><br></div><div>It seems setting the maxWidth/maxHeight should not affect the ability of maximizing the window, so it seems logical to not affect dimension values when maximized.</div><div><br></div><div><br></div><div>-- Thiago.</div><div><br></div><div><br></div><div><br></div><div><br></div></div>