Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8113992 Controls JavaDoc issues
  3. JDK-8114781

SplitPane JavaDoc refers to non-existing setLeft and setRight

    XMLWordPrintable

Details

    Description

      SplitPane javadoc has the following text:

       SplitPane sp = new SplitPane();
       sp.setLeft(new Button("LEFT BUTTON"));
       sp.setRight(new Button("RIGHT BUTTON"));
       sp.setDividerLocation(0.4f);

      but doesn't have setLeft and setRight methods.

      Attachments

        Activity

          People

            kwwong Kinsley Wong (Inactive)
            mrkam Alexander Kuznetcov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:
              Imported: