--- old/modules/javafx.graphics/src/main/java/javafx/scene/input/MouseEvent.java 2018-04-07 06:50:27.148162100 +0300 +++ new/modules/javafx.graphics/src/main/java/javafx/scene/input/MouseEvent.java 2018-04-07 06:50:26.747858600 +0300 @@ -811,7 +811,7 @@ private final boolean secondaryButtonDown; /** - * Returns {@code true} if secondary button (button 1, usually the right) + * Returns {@code true} if secondary button (button 3, usually the right) * is currently pressed. Note that this is different from the * {@code getButton()} method that indicates which button press was * responsible for this event while this method indicates whether the