Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
JComboBoxフォント名を入力するがあります。この画像のように:
JComboBox
フォント名に応じてフォントファミリのJComboBox値を変更するには?
ComboBox にカスタム セル レンダラーを使用できます。ここでは、JComboBox に表示される JLabel を返すことができます。レンダラーのメソッドでは、その値に基づいて特定のラベルのフォントを変更できます。この場合、フォント名が値になります。