I'm starting to learn Java development (I used to develop in C ++), I use some old materials, however I would also like to be aware of Java development and recommendations.
I did some research on Swing and JavaFX. I found out that the development of the JavaFX script has stopped, however version 2 of FX is under development, so I'm not sure that it will end up with the thought that the script is the main part of the standard.
When using Netbeans, I found that further development of Swing should stop, as well as support for Netbeans (JSR-296). Netbeans recommends switching to the Netbeans platform API, which I am reluctant to do, because I want to learn Java as a true cross-platform language and not be attached to any data.
This leads me to ask the question, what is the preferred new approach to developing GUIs in the Java world?
java swing javafx netbeans jsr296
user427165
source share