Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8188314

Fix typos in FX API docs

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 10
    • 9, 10
    • javafx

      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);
                                     ^^^^^^
           ...

            jjg Jonathan Gibbons
            kcr Kevin Rushforth
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: