--- old/modules/javafx.graphics/src/main/java/javafx/scene/layout/Region.java 2018-07-31 08:50:28.523792400 +0300 +++ new/modules/javafx.graphics/src/main/java/javafx/scene/layout/Region.java 2018-07-31 08:50:28.253800000 +0300 @@ -114,12 +114,10 @@ * By default a Region appears as a Rectangle. A BackgroundFill radii might cause the Rectangle to appear rounded. * This affects not only making the visuals look like a rounded rectangle, but it also causes the picking behavior * of the Region to act like a rounded rectangle, such that locations outside the corner radii are ignored. A - * Region can be made to use any shape, however, by specifing the {@code shape} property. If a shape is specified, + * Region can be made to use any shape, however, by specifying the {@code shape} property. If a shape is specified, * then all BackgroundFills, BackgroundImages, and BorderStrokes will be applied to the shape. BorderImages are * not used for Regions which have a shape specified. *

- * A Region with a shape - *

* Although the layout bounds of a Region are not influenced by any Border or Background, the content area * insets and the picking area of the Region are. The {@code insets} of the Region define the distance * between the edge of the layout bounds and the edge of the content area. For example, if the Region @@ -571,7 +569,7 @@ }; { - // To initialize the class helper at the begining each constructor of this class + // To initialize the class helper at the beginning each constructor of this class RegionHelper.initHelper(this); }