On Thu, 8 Jan 2026 01:55:31 GMT, Michael Strauß <[email protected]> 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
