News

Swing’s javax.swing.JList component and JavaFX’s javafx.scene.control.ListView control let you customize how their various cells are rendered. In this post, I show you how to accomplish these tasks.
In spite of JavaFX's steep learning curve, its "eye candy factor" convinced Lynden Inc. senior software architect Rob Terpilowski to leave Swing behind and use JavaFX to design rich user interfaces ...
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 ...
The key difference between Swing vs. JavaFX is that JavaFX is an actively maintained Java project that supports the development of modern, feature-rich GUI applications, while Swing is an older ...