In the Javadocs for the SplitPane class there is an example that uses the getChildren() method in the SplitPane class. I'm not sure why, but in SplitPane the method is called getItems() not getChildren(), so the documentation is wrong.
Also, the description for the setOrientation() method refers to values of true and false whereas the parameter is of type Orientation.
Also, the description for the setOrientation() method refers to values of true and false whereas the parameter is of type Orientation.