RFR: 8313424: JavaFX controls in the title bar (Preview) [v80]

Michael Strauß mstrauss at openjdk.org
Wed Jun 4 18:45:08 UTC 2025


On Wed, 4 Jun 2025 14:48:31 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:
> 
>   enable preview feature system properties for tests

I'm testing the following configuration on macOS:
Modality: NONE
StageStyle: UTILITY
FullScreen: yes

Both with the current master, as well as this PR, I can confirm your observation that a non-fullscreen window shows up, and when it's closed, it freezes the application.

However, I think we're testing unsupported configurations here. These are definitively bugs, because unsupported configurations should not crash or freeze the application. What we should probably do is collect these artifacts in a bug ticket.

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

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


More information about the openjfx-dev mailing list