Hello,

When I look at online tutorials about JavaFX programming the project structure looks different then the one I see when I create a new JavaFx project.

In the tutorials used online the new project the structure looks like this:

SRC >> sample >> controller, main and sample.fxml

My structure looks like this:

src >> main >> java >> sample.demo2 >> HelloApplication and HelloController

src >> main >> resources >> sample.demo2 >> hello-view.fxml


Is this because I use a newer version of Intellij than is used in the course or can I adjust this ?

Thank you very much in advance.