I wrote this to experiment with the JComboBox to see how the change in the editable and disabled state can effect the selected item, especially when the user has entered some text into the combo box.
前回、前々回とJavaFXのGUI部品であるコントロールを紹介してきました。 今月紹介するのは次の3種類のコントロールです。 リスト コンボボックス テーブル いずれもGUIを構成する上で、欠かせない部品です。 これら3種類のコントロールは、いずれもセルを ...