News

JavaFX isn't hard to learn. In fact, any developer with a little bit of object-oriented knowledge and a penchant for desktop development in Java can quickly put together a feature-rich GUI application ...
Listening to Sun Microsystems heap accolades on its JavaFX multimedia application technology Wednesday evening almost obscured the fact that JavaFX faces quite a ...
Sun Microsystems demos two new JavaFX-powered applications, Photo Flocker and Movie Cloud, at its annual JavaOne Conference in San Francisco Tuesday. Rich Green, the company's executive vice ...
Sun has officially launched JavaFX 1.0, a new rich Internet application (RIA) development framework that is built on top of the Java platform. Sun aims to boost Java's waning relevance for client ...
Sun throws JavaFX hat into Web app ring Programmers now can start trying out JavaFX for writing rich Internet applications--and seeing if it's worth using over Adobe's Flash and other alternatives.
So, I'm trying to kind of recreate the "Auto Filter" functionality in Excel in this JavaFX app I'm writing -- for each column, bind the column contents to a ComboBox/ChoiceBox (herein labelled as ...