RFR: 8313424: JavaFX controls in the title bar [v70]
Cormac Redmond
duke at openjdk.org
Tue Apr 29 14:23:05 UTC 2025
On Tue, 29 Apr 2025 12:45:25 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:
>
> Fix top resize border on Windows
Another question, can there be some defaults set to prevent this (icons overlapping controls when window is small):

E.g., look what happens when I make IntelliJ as small as possible -- the windowing icons are always visible, never overlap:

Same with most apps such as Chrome, etc... everything else shrinks (tabs), but not the windowing icons.
I'm sure a developer can workaround this (I haven't tinkered yet), but it would be good if they didn't need to worry about it...?
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1605#issuecomment-2839120508
More information about the openjfx-dev
mailing list