The key difference between Swing vs. JavaFX is that JavaFX is an actively maintained Java project that supports the development of modern, feature-rich GUI applications, while Swing is an older ...
Great review, Ryan. A few complements: On support for other languages: The core of JavaFX's functionality is a new set of APIs (javafx.*) that can be accessed from any other JVM language, including ...