RFR: 8313424: JavaFX controls in the title bar [v47]
Andy Goryachev
angorya at openjdk.org
Fri Feb 14 15:44:23 UTC 2025
On Thu, 13 Feb 2025 18:51:22 GMT, Michael Strauß <mstrauss at openjdk.org> wrote:
> layout containers never visually clip their contents
see `PaginationSkin.install()`
Although in Pane:94:
* Pane does not clip its content by default, so it is possible that children's
* bounds may extend outside its own bounds, either if children are positioned
* at negative coordinates or the pane is resized smaller than its preferred size.</p>
BorderPane:120, FlowPane:146, ...
Can the application set the clip rectangle easily if needed?
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1605#issuecomment-2659659703
More information about the openjfx-dev
mailing list