TabPane JavaDoc has syntax errors

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • fx2.0.2
    • Affects Version/s: fx2.0
    • Component/s: javafx

      See: http://download.oracle.com/javafx/2.0/api/javafx/scene/control/TabPane.html

      Missing " in tab.setText("new tab); and Extra semicolon in tab.setContent(new Rectangle(200,200, Color.LIGHTSTEELBLUE););

       TabPane tabPane = new TabPane();
       Tab tab = new Tab();
       tab.setText("new tab);
       tab.setContent(new Rectangle(200,200, Color.LIGHTSTEELBLUE););
       tabPane.getTabs().add(tab);

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

              Created:
              Updated:
              Resolved:
              Imported: