< prev index next >

modules/javafx.graphics/src/main/java/javafx/stage/StageStyle.java

Print this page

        

@@ -60,11 +60,11 @@
      * Defines a {@code Stage} style with platform decorations and eliminates the border between
      * client area and decorations. The client area background is unified with the decorations.
      * This is a conditional feature, to check if it is supported see
      * {@link javafx.application.Platform#isSupported(javafx.application.ConditionalFeature)}.
      * If the feature is not supported by the platform, this style downgrades to {@code StageStyle.DECORATED}
-     * <p>                                                   `
-     * NOTE: To see the effect the {@code Scene} covering the {@code Stage} should have {@code Color.TRANSPARENT}
+     * <p>
+     * NOTE: To see the effect, the {@code Scene} covering the {@code Stage} should have {@code Color.TRANSPARENT}
      * @since JavaFX 8.0
      */
     UNIFIED
 }
< prev index next >