On Wed, 4 Jun 2025 14:48:31 GMT, Michael Strauß <mstra...@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 This is another configuration: Modality: WINDOW_MODAL StageStyle: DECORATED I then click the "Iconify" button. I can confirm that both windows get iconified, a beep is heard, and both windows are restored. However, again, this is an unsupported configuration: you can't iconify a modal window. Apparently that stage tester utility has made it really easy to test various combinations of stage configurations, which we haven't been able to do before (at least not as easily). ------------- PR Comment: https://git.openjdk.org/jfx/pull/1605#issuecomment-2941065599 PR Comment: https://git.openjdk.org/jfx/pull/1605#issuecomment-2941074740