RFR: 8313424: JavaFX controls in the title bar [v47]

Michael Strauß mstrauss at openjdk.org
Thu Feb 13 18:54:22 UTC 2025


On Tue, 4 Feb 2025 20:51:59 GMT, Andy Goryachev <angorya at openjdk.org> wrote:

> I wonder if the header bar needs to get clipped somehow:

I don't think that's possible, layout containers never visually clip their contents (i.e. prevent pixels from being drawn).

> (also weird padding around buttons in the left content area)

Yes, it's a bit strange. I think these are bugs in `SplitPane`.

-------------

PR Comment: https://git.openjdk.org/jfx/pull/1605#issuecomment-2657459334


More information about the openjfx-dev mailing list