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:16:27 GMT, Andy Goryachev <angorya at openjdk.org> wrote:

>> Are we talking about the specification of the system-reserved insets in `HeaderBar`? Or do you suggest to link from `HeaderButtonMetrics` to `HeaderBar`?
>> 
>> 
>>     /**
>>      * Describes the size of the left system-reserved inset, which is an area reserved for the iconify, maximize,
>>      * and close window buttons. If there are no window buttons on the left side of the window, the returned area
>>      * is an empty {@code Dimension2D}.
>>      * <p>
>>      * Note that the left system inset refers to the left side of the window, independent of layout orientation.
>>      */
>>     private final ReadOnlyObjectWrapper<Dimension2D> leftSystemInset =
>
> a link would be nice, yes (for javafx developers) :-)
> 
> it could be just me - the word "inset" confused me ("insets" -> `Insets`, "inset" -> `Dimension2D`), but I guess it does describe the concept correctly.

Added some links.

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

PR Review Comment: https://git.openjdk.org/jfx/pull/1605#discussion_r2009054464


More information about the openjfx-dev mailing list