RFR: 8365635: Add MOUSE_DRAG_DONE event type [v2]

Nir Lisker nlisker at openjdk.org
Fri Oct 10 22:46:38 UTC 2025


On Fri, 10 Oct 2025 19:35:00 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:

>> Nir Lisker has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Missing @since
>
> 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.

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

PR Review Comment: https://git.openjdk.org/jfx/pull/1873#discussion_r2422213002


More information about the openjfx-dev mailing list