I heard that apparently Swing is being developed no longer. I like Swing and use it all the time.
What should I now be using instead?
I heard that apparently Swing is being developed no longer. I like Swing and use it all the time.
What should I now be using instead?
The Standard Widget Toolkit.
Jan 2019 Latest
For reference, AWT & Swing have been moved to java.desktop since Java SE 9. You can watch for future changes here. JavaFX (added to JDK since 8) was removed from the official JDK in Java 11. So its hard to say what is "official" anymore. However JavaFX's development has increased since the decoupling, with its new home here.
There is nothing wrong with swing. Personally i don't like SWT. You have to read input-values from widgets and store them in normal variables before a dialog is disposed.
I never heard such thing and still developing swing apps. Don't give wings to rumors. But as an alternative you can use JavaFx or swt or buoy.
Older question, but worth a reference:
http://www.oracle.com/technetwork/java/javafx/overview/faq-1446554.html#6
You probably read something about the 'Swing Application Framework', which while built using Swing, is not 'Swing'.
From Swing Application Framework - Status and Roadmap.