RFR: 8260528: Clean glass-gtk sizing and positioning code [v31]

Kevin Rushforth kcr at openjdk.org
Sat Dec 10 15:19:08 UTC 2022


On Sat, 10 Dec 2022 00:47:36 GMT, Thiago Milczarek Sayao <tsayao at 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


More information about the openjfx-dev mailing list