RFR: 8313424: JavaFX controls in the title bar (Preview) [v81]
Cormac Redmond
duke at openjdk.org
Sat Jun 7 01:23:09 UTC 2025
On Thu, 5 Jun 2025 00:50: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 incrementally with one additional commit since the last revision:
>
> rename WindowManager to DesktopEnvironment
Yeah, just looking into this which will apply dark or not:
private boolean isDarkBackground(Paint paint) {
return paint != null && Utils.calculateAverageBrightness(paint) < (double)0.5F;
}
Thanks!
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1605#issuecomment-2951391836
More information about the openjfx-dev
mailing list