On Sat, 4 Jul 2026 10:14:22 GMT, Marius Hanl <[email protected]> wrote:
>> Michael Strauß has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> HeaderBar.systemColorScheme evaluates to platform when not connected to
>> scene
>
> modules/javafx.graphics/src/main/java/com/sun/glass/ui/HeaderButtonOverlay.java
> line 353:
>
>> 351: stylesheet.subscribe(this::updateStylesheet));
>> 352:
>> 353: getStyleClass().setAll("-FX-INTERNAL-header-button-container");
>
> Should this be `-FX-INTERNAL` still? I thought this is named like that simply
> because it's a preview feature?
No, it's named this way because it is an implementation detail and not API.
Applications must not assume that the header buttons are styleable in any
particular way, or at all.
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/2188#discussion_r3523661314