--- old/modules/javafx.graphics/src/main/java/javafx/stage/PopupWindow.java 2017-08-04 12:30:15.000000000 +1200 +++ new/modules/javafx.graphics/src/main/java/javafx/stage/PopupWindow.java 2017-08-04 12:30:14.000000000 +1200 @@ -369,7 +369,7 @@ /** * Shows the popup at the specified location on the screen. The popup window - * is positioned in such way that its anchor point ({@link #anchorLocation}) + * is positioned in such way that its anchor point ({@link #anchorLocationProperty() anchorLocation}) * is displayed at the specified {@code anchorX} and {@code anchorY} * coordinates. *

@@ -378,7 +378,7 @@ * window of the displayed popup. *

*

- * Note that when {@link #autoHideProperty()} is set to true, mouse press on the owner Node + * Note that when {@link #autoHideProperty() autoHide} is set to true, mouse press on the owner Node * will not hide the PopupWindow. *

* @@ -419,7 +419,7 @@ /** * Shows the popup at the specified location on the screen. The popup window - * is positioned in such way that its anchor point ({@link #anchorLocation}) + * is positioned in such way that its anchor point ({@link #anchorLocationProperty() anchorLocation}) * is displayed at the specified {@code anchorX} and {@code anchorY} * coordinates. *