前回、前々回とJavaFXのGUI部品であるコントロールを紹介してきました。 今月紹介するのは次の3種類のコントロールです。 リスト コンボボックス テーブル いずれもGUIを構成する上で、欠かせない部品です。 これら3種類のコントロールは、いずれもセルを ...
A simple example of a JavaFX (SceneBuilder/FXML) application which presents data on the page using a ListView control. The ListView is connected to an ObservableList, which uses the "Observer Pattern" ...
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 ...
※ 2021/3/10修正: Java11 + OpenJFX15で配備可能ランタイム作成までの新しい手順の新プロジェクトを作成している。基礎的な注意事項については本稿と変わらないが、ツールが改良されていて手順が簡単になっている。 Java11から、JavaFXは分離されるので、Java11 ...
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 ...