Skip to content

Commit 324e540

Browse files
author
kcr
committed
Merge
2 parents bc4f5d8 + 1f618f9 commit 324e540

File tree

1 file changed

+2
-2
lines changed
  • modules/javafx.graphics/src/main/java/javafx/stage

1 file changed

+2
-2
lines changed

Diff for: modules/javafx.graphics/src/main/java/javafx/stage/Window.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ public final BooleanProperty forceIntegerRenderScaleProperty() {
457457
* The horizontal scale that the {@code Window} will use when rendering
458458
* its {@code Scene} to the rendering buffer.
459459
* This property is automatically updated whenever there is a change in
460-
* the {@link #outputScaleXProperty() outpitScaleX} property and can be overridden either by
460+
* the {@link #outputScaleXProperty() outputScaleX} property and can be overridden either by
461461
* calling {@code setRenderScaleX()} in response to a listener on the
462462
* {@code outputScaleX} property or by binding it appropriately.
463463
*
@@ -487,7 +487,7 @@ public final DoubleProperty renderScaleXProperty() {
487487
* The vertical scale that the {@code Window} will use when rendering
488488
* its {@code Scene} to the rendering buffer.
489489
* This property is automatically updated whenever there is a change in
490-
* the {@link #outputScaleYProperty() outpitScaleY} property and can be overridden either by
490+
* the {@link #outputScaleYProperty() outputScaleY} property and can be overridden either by
491491
* calling {@code setRenderScaleY()} in response to a listener on the
492492
* {@code outputScaleY} property or by binding it appropriately.
493493
*

0 commit comments

Comments
 (0)