On Fri, 10 Oct 2025 22:42:21 GMT, Nir Lisker <[email protected]> wrote:
>> modules/javafx.graphics/src/main/java/javafx/scene/Node.java line 7714:
>>
>>> 7712: }
>>> 7713:
>>> 7714: public final EventHandler<? super MouseDragEvent>
>>> getOnMouseDragDone() {
>>
>> We normally put the property methods that will inherit the docs below the
>> method (or private property as the case may be) that has the javadoc
>> comments.
>>
>> I recommend to move these two methods below the `onMouseDragDoneProperty`
>> method.
>
> All of the properties above it have the same arrangement.
Yes, you're right.
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1873#discussion_r2422778242