News

In October 2011 , I used the post Hello JavaFX 2.0: Introduction by NetBeans 7.1 beta to look at using NetBeans 7.1 beta to build a simple Hello, World style of JavaFX 2.0 application.
The following code listing provides the JavaFX 2 class (written in pure Java) used for the application. Note that much of this presentation layer code could have been written using FXML.
JavaFX isn't a completely independent runtime; it is essentially designed as a layer that sits on top of Java in order to make Java better-suited for rich application development.
WidgetFX is an open-source desktop widget platform written in the JavaFX Script language. It takes advantage of the latest features in the Java Consumer JRE and runs on all major platforms ...
JavaFX 2.0, an upgrade to the Java-based rich client platform that originated at Sun Microsystems, was made available in a beta form this week by the Java team at Oracle.
Sun Microsystems has released its JavaFX rich Internet application platform that puts the company in competition with Adobe and Microsoft in the RIA space. Despite its come-from-behind status, Sun ...
I haven't done a very good job of covering JavaFX. Partly it's because I don't come from the Java world and so I still haven't totally grasped the full significance of the announcement.
One of the major advantages of a web-authoring application is its simplicity. Anyone with some basic technical skills can figure out how to make a webpage with this type of tool -- you don't have ...