EAP15 JavaFx defaults to FXML
Hi,
I'm new to IDEA and have some exposure to JavaFx using Netbeans. Ultimately I want to use Kotlin with both JavaFx and Android. Because I have some experience with JavaFx, I want to start with that to get some familiarity with IDEA.
Creating a JavaFx application defaults to an FXML project which I do not want. I can and did delete the FXML aspects, but I'm unsure if that has upset some dependencies in IDEA.
I'm using Kotlin EAP Ultimate (IU-143.116) with JDK 1.8.0.60.
What is the correct way to create a non-FXML JavaFx project using IDEA 15 EAP?
Thanks, Brian
Please sign in to leave a comment.
Hi Brian,
you may delete .fxml file, just don't forget to update Main which loads it.
Anna