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

Fix typos in FX API docs

    XMLWordPrintable

Details

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

    Description

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

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: