RFR: 8313424: JavaFX controls in the title bar (Preview) [v80]
Andy Goryachev
angorya at openjdk.org
Wed Jun 4 18:15:13 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 am going to run a bunch of tests and report the results.
The first thing I noticed:
- using the State Tester tool in the monkey tester, open the stage like so and click on "Iconify" button.
Expected: the stage gets iconified
Observed: the stage, along with the Stage Tester window AND the monkey tester main window gets iconified, then a beep heard, then all windows get restored.
Happens for any Modality setting other than NONE.
Why is that?

With this config, clicking on "Enter/Exit Full Screen" button locks up the app without going into the full screen mode. I was able eventually to get it unstuck, but opening a stage for the second time produced a blank window:

once that happens, the application breaks - for example, I cannot change any options in the Stage Tester window.
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1605#issuecomment-2940920610
PR Comment: https://git.openjdk.org/jfx/pull/1605#issuecomment-2940937922
More information about the openjfx-dev
mailing list