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 ...
JavaFX 2.0 allows for inclusion of HTML code within a JavaFX application using JavaFX 2.0’s WebView and WebEngine classes from the javafx.scene.web package. This post looks at a very simple example of ...
The easiest way to develop desktop applications in Java is to use JavaFX. The JavaFX GUI component library builds upon the successes and lessons of Java's old Swing components. Its layout and styling ...