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.
キーボードの矢印キーを押すか、アイテムの上にマウスを移動することで、アイテムのフォーカスを変更できます。アイテムの周りにフォーカスを移動するプログラムによる方法はありますか?
選択した項目を簡単に設定できます。必要に応じて、ドロップダウン リストを表示できます。
comboBox.requestFocus(); comboBox.showPopup(); comboBox.setSelectedIndex(selectedIndex);