RFR: 8365635: Add MOUSE_DRAG_DONE event type [v2]

Kevin Rushforth kcr at openjdk.org
Sat Oct 11 12:34:18 UTC 2025


On Fri, 10 Oct 2025 22:42:21 GMT, Nir Lisker <nlisker at openjdk.org> 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


More information about the openjfx-dev mailing list