I'm currently in JavaFX training and it turns out I need an FXML file, all works perfectly:
I can create the FXML file
I can define my rootPane
But when I want to add elements like
<Label>
,<Button>
... these are not made available to me.
JAVA version: 12.0.2
IDE : Eclipse
Eclipse pluggin : e(fx)clipse
The images below will speak for themselves: