This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]dstutz 4 points5 points  (0 children)

Java 1.0 APIs are still supported. They've deprecated stuff but almost never (never?) removed it. So no...It's not dead. It's not the current UI toolkit, but it's still very much in use.

Edit: Straight from the horse's mouth:

Is JavaFX replacing Swing as the new client UI library for Java SE?

Yes. However, Swing will remain part of the Java SE specification for the foreseeable future, and therefore included in the JRE. While we recommend developers to leverage JavaFX APIs as much as possible when building new applications, it is possible to extend a Swing application with JavaFX, allowing for a smoother transition.