There are (still) a few typos in various JavaFX API docs. For example:
* In RowConstraints, it talks about rows and width, which looks like a cut-n-paste from ColumnConstraints.
GridPane gridpane = new GridPane();
RowConstraints row1 = new RowConstraints();
row1.setPercentWidth(25);
^^^^^^
...
* In RowConstraints, it talks about rows and width, which looks like a cut-n-paste from ColumnConstraints.
GridPane gridpane = new GridPane();
RowConstraints row1 = new RowConstraints();
row1.setPercentWidth(25);
^^^^^^
...
- duplicates
-
JDK-8192052 JavaDoc for class Stop contains a typo
-
- Closed
-
-
JDK-8185488 Error in Documentation for 'javafx.scene.layout.RowConstraints'
-
- Closed
-