0
App with intellij
Hi guys need tutorial of how to create desktop app in intellij plz
2 Answers
+ 6
Have you tried typing the words javafx and intellij into a search engine? Well, I did.
https://www.jetbrains.com/help/idea/javafx.html
You can also find beginner-friendly tutorials on the OpenJFX website.
https://openjfx.io/openjfx-docs/
I suggest to use a build tool such as Maven (it works perfectly with IntelliJ).
And make sure your project uses the most suitable version of Java.
Older tutorials may not work with new versions of Java, because JFX was removed from the core Java SDK since jdk11.
+ 1
Tibor Santa Yes, I searched, but I wanted a good one that was worked on because I don't have time to look at all the courses and thanks a lot