RFR: 8313424: JavaFX controls in the title bar [v49]
Michael Strauß
mstrauss at openjdk.org
Tue Feb 18 19:36:38 UTC 2025
On Tue, 18 Feb 2025 18:22:58 GMT, Andy Goryachev <angorya at openjdk.org> wrote:
>> `HeaderButtonOverlay` is not API, it's an internal implementation detail. The javadoc is just informational for future JavaFX developers.
>
> Let me clarify:
> I think the css properties must be listed in `cssref.html` as the component can be styled via CSS. I don't see the `cssref.html` file modified in this PR.
`cssref.html` is the normative reference for the JavaFX CSS API. `HeaderButtonOverlay` is not API, it can't be styled by developers, it's completely inaccessible, and therefore must not be specified anywhere.
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1605#discussion_r1960455562
More information about the openjfx-dev
mailing list