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);