How to create an empty javaFX project in Intellij
Answered

i know this may sound like a dumb question, but i really didn't figure a way to it. Every time i create a new JavaFX project in Intellji it loads a simple HelloWorld project in it, how can i make it empty ? (without the need of deleting those .java files every time), and how can i choose to create the project without a building system (as you can see in the picture, i'm always forced to create the project with Maven or Gradle)
Please sign in to leave a comment.
Create a new Java project and add all the configuration manually: https://www.jetbrains.com/help/idea/2021.1/javafx.html .
the problem is that I'm not getting the option to create it manually, as the picture included in my post shows
As you can see, i am forced to choose either to build it with Maven or Gradle, while in the documentation it's different and there are no even build system options (picture below), and that's what I'm looking for
Use Java project type.