App with intellij | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

App with intellij

Hi guys need tutorial of how to create desktop app in intellij plz

4th Apr 2023, 4:30 AM
Izmiir
Izmiir - avatar
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.
4th Apr 2023, 4:42 AM
Tibor Santa
Tibor Santa - avatar
+ 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
4th Apr 2023, 4:47 AM
Izmiir
Izmiir - avatar