I just set up javafx and scenebuilder on intellij IDE and tried to follow this tutorial. Everything works except for ButtonBar class, for some reason I cannot import it to my fxml file.
When I do this:
<?import javafx.scene.control.ButtonBar?>
it gives me an error cannot resolve class
ButtonBar
.
Any Idea what might be wrong?