RFR: 8313424: JavaFX controls in the title bar (Preview) [v84]
Andy Goryachev
angorya at openjdk.org
Thu Jun 12 20:09:52 UTC 2025
On Thu, 12 Jun 2025 19:39:30 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 with a new target base due to a merge or a rebase. The pull request now contains 108 commits:
>
> - Fix full-screen bug
> - Merge branch 'master' into feature/extended-window
> - only dispose ViewSceneOverlay when non-null
> - Rename default window button style classes
> - Set the scene root as the parent of the overlay node
> - rename WindowManager to DesktopEnvironment
> - enable preview feature system properties for tests
> - javadoc fix
> - fix memory leak in ViewScene
> - Merge branch 'master' into feature/extended-window
> - ... and 98 more: https://git.openjdk.org/jfx/compare/72c1c21a...3fdc465f
On macOS 15.5 M1:
modality=NONE, EXTENDED, header=split/custom buttos, resizable=off
Clicking on Maximize button does not maximize the Stage but places it at the lower left corner.
Same for DECORATED.
edit: pre-existing, same as master. Not sure if this behavior is correct though. Why full screen resizes but maximized not? And if not resizing, why move?
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1605#issuecomment-2968026190
More information about the openjfx-dev
mailing list