Nuacht

When scrolling on touch devices via dragging your figner across the ListView in the ComboBox, the ListView closes when you lift finger. It is realy annoying ...
As data, the component takes any object. In this case [Object].toString() method is used to display data. But if javafx.scene.Node is used as data, the node self will be rendered within ListCell. You ...
It was announced earlier this month that the JavaFX 2.1 Developer Preview Edition (early access) for Windows is available for download (previously available for Mac). In the post JavaFX 2.1 early ...
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 ...