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(以及许多其他 Swing 组件)依赖渲染器来提供它们显示的值的自定义渲染。这使得提供相同数据的多个不同视图变得容易。
JComboBox
首先阅读如何使用组合框
注意提供自定义渲染器部分