RFR: 8313424: JavaFX controls in the title bar [v19]

Michael Strauß mstrauss at openjdk.org
Tue Nov 5 01:37:40 UTC 2024


On Mon, 4 Nov 2024 11:28:35 GMT, Thiago Milczarek Sayao <tsayao at openjdk.org> wrote:

> I think it's fine, but is the window controls overlay supposed to take the whole window? I've set the background color just to demonstrate, it has no practical utility.

Yes, the overlay is resizable and will always stretch the entire window. As you point out, there's no practical significance, as overlays are not part of the scene graph and applications will never be able to interact with them.

-------------

PR Comment: https://git.openjdk.org/jfx/pull/1605#issuecomment-2456042594


More information about the openjfx-dev mailing list