RFR: 8313424: JavaFX controls in the title bar (Preview) [v83]
Michael Strauß
mstrauss at openjdk.org
Thu Jun 12 16:50:49 UTC 2025
On Tue, 10 Jun 2025 02:51:34 GMT, Michael Strauß <mstrauss at openjdk.org> wrote:
>> Implementation of [`StageStyle.EXTENDED`](https://gist.github.com/mstr2/0befc541ee7297b6db2865cc5e4dbd09).
>
> Michael Strauß has updated the pull request incrementally with one additional commit since the last revision:
>
> only dispose ViewSceneOverlay when non-null
Not resizable really means "has no resize border", and not "has a fixed size". A non-resizable window can also be programmatically resized with `setWidth` / `setHeight`.
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1605#issuecomment-2967548987
More information about the openjfx-dev
mailing list