On Sat, 4 Jul 2026 18:23:37 GMT, Michael Strauß <[email protected]> wrote:
>> 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.
Got you, makes sense!
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/2188#discussion_r3523721469