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箭头居中,在文本下方,看起来像 Word 中的图片按钮。
JComboBox
我知道这里图示按钮的使用与 JComboBox 的使用不同,但我更关心的是让箭头处于正确的位置。有谁知道如何做到这一点?
a 的外观JComboBox由所选 Look & Feel 的 UI 委托决定,通常是 的子类BasicComboBoxUI。您可以替换委托,如此处所示,并绘制arrowButton您想要的位置。相关示例可在此处找到。
BasicComboBoxUI
arrowButton