1. "*" (star) sign at the end of the line
sp3.getChildren().add(new Button("Button Three"));*
2. wrong parameters, should be sp1, sp2, sp3 instead of:
sp.getItems().addAll(sp1, sp1, sp2);
sp3.getChildren().add(new Button("Button Three"));*
2. wrong parameters, should be sp1, sp2, sp3 instead of:
sp.getItems().addAll(sp1, sp1, sp2);