RFR: 8313424: JavaFX controls in the title bar [v49]
Michael Strauß
mstrauss at openjdk.org
Sun Mar 23 09:13:05 UTC 2025
On Tue, 18 Feb 2025 20:47:24 GMT, Andy Goryachev <angorya at openjdk.org> wrote:
>> 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?
I added an implementation note.
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1605#discussion_r2009054424
More information about the openjfx-dev
mailing list