Although Oracle’s changes to JavaFX at JavaOne 2010 and JavaOne 2011 have converted me from a skeptic to a believer when it comes to JavaFX, the shift in JavaFX vision has not been without its ...
This post continues that theme, showing examples of rendering various text effects, fonts, and sizes via JavaFX 2.0 using “pure Java” APIs. The example in this post can be compiled with the javac ...
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 ...