+ 2
[Java] desktop GUI
I have been searching for the last hour on how to implement a desktop gui and have not gained any concrete 2019 information on java JDK 12. I found out that javaFX is no long bundled since JDK 11. So what should I use to create a desktop application. I have been learning java for about 3 months and have a project that I would like to create to better solidify my java knowledge.
2 Antworten
+ 2
I advise you to use Java 8. It is stable and proven, you can use JavaFX on it. No need to chase the number)
0
I found a pretty nice tutorial for Java FX
https://www.callicoder.com/javafx-desktop-application-development-tutorial/