RFR: 8313424: JavaFX controls in the title bar [v49]
Andy Goryachev
angorya at openjdk.org
Tue Feb 18 20:50:07 UTC 2025
On Tue, 18 Feb 2025 20:42:41 GMT, Michael Strauß <mstrauss at openjdk.org> wrote:
>> Are you saying not a single styleable property can be set with an application CSS, only internally?
>
> It's a bit like using deep reflection to access internals. It's technically possible, but explicitly unsupported. Much in the same way, any attempt to style header buttons can stop working at any time (because we're free to change the implementation in any way without prior notice). If we were to even mention the internal structure of `HeaderButtonOverlay`, we'd sign up for all of the compatibility guarantees that users expect from public API.
got it, thanks!
maybe add a not pointing to the css where the styles are being defined?
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1605#discussion_r1960569562
More information about the openjfx-dev
mailing list