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具有三个组件,即文本字段、箭头按钮和下拉菜单。我的任务是禁用 textfied 以便只显示按钮,单击按钮时我们可以看到下拉菜单。
JComboBox
有可能这样做吗?
“仅下拉”是默认行为。仅当您将组合框设置为可编辑时,才会显示文本字段。
http://docs.oracle.com/javase/tutorial/uiswing/components/combobox.html