On Sat, 10 Dec 2022 00:47:36 GMT, Thiago Milczarek Sayao <tsa...@openjdk.org> wrote:
> It does make sense to start a window minimized, but does it make sense to > call show() and still be minimized (I think to myself)? Yes. Stage.show() means to make the Stage visible, honoring all of its attributes (iconified, maximized, fullscreen, etc). > About the always on top, the current Linux solution is a little bit "hacky". > I was thinking about a follow-up patch that reworks it. OK. Since that is a long-standing issue, there is no hurry on it. Feel free to assign [JDK-8298499](https://bugs.openjdk.org/browse/JDK-8298499) to yourself. ------------- PR: https://git.openjdk.org/jfx/pull/915