Cannot import ButtonBar class to javafx project

1.8k Views Asked by At

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?

0

There are 0 best solutions below