SplitPane JavaDoc refers to non-existing setLeft and setRight

XMLWordPrintable

      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.

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

              Created:
              Updated:
              Resolved:
              Imported: