1. "UI Controls" section says
New Java UI controls, like TitlePane or Accordion, have been introduced with the JavaFX 2.0 SDK. These new controls reside in the com.javafx.preview.control package.
in release both new and "old" controls reside in the javafx.scene.control package.
2. In same section later:
For more detailed information about all the available JavaFX UI controls, see the Using JavaFX UI Controls document and the API documentation for the com.javafx.preview.control package.
package should be changed to javafx.scene.control
New Java UI controls, like TitlePane or Accordion, have been introduced with the JavaFX 2.0 SDK. These new controls reside in the com.javafx.preview.control package.
in release both new and "old" controls reside in the javafx.scene.control package.
2. In same section later:
For more detailed information about all the available JavaFX UI controls, see the Using JavaFX UI Controls document and the API documentation for the com.javafx.preview.control package.
package should be changed to javafx.scene.control