RFR: 8369836: Update HeaderBar API [v15]

Michael Strauß mstrauss at openjdk.org
Thu Jan 8 01:58:17 UTC 2026


On Wed, 7 Jan 2026 17:18:18 GMT, Andy Goryachev <angorya at openjdk.org> wrote:

>> Michael Strauß has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   update copyright year to 2026
>
> modules/javafx.graphics/src/main/java/javafx/scene/layout/HeaderDragType.java line 118:
> 
>> 116:      * @since 26
>> 117:      */
>> 118:     TRANSPARENT,
> 
> TRANSPARENT* might be confusing, maybe DRAG_TRANSPARENT* or some such?

I've considered it, but then again you're probably going to utter the word "drag" at least two times before you get to say "transparent": `HeaderBar.setDragType(..., HeaderDragType.TRANSPARENT)`.

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

PR Review Comment: https://git.openjdk.org/jfx/pull/1936#discussion_r2670604938


More information about the openjfx-dev mailing list