RFR: 8369836: Update HeaderBar API [v15]
Andy Goryachev
angorya at openjdk.org
Thu Jan 8 16:32:33 UTC 2026
On Thu, 8 Jan 2026 01:55:31 GMT, Michael Strauß <mstrauss at openjdk.org> wrote:
>> 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)`.
good point
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1936#discussion_r2673041189
More information about the openjfx-dev
mailing list