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.
我已经实现了一个 TreeCellRenderer,它返回一个 JCheckBox(渲染器扩展 JCheckBox 并根据项目中的标志设置其选择状态的简单代码),它运行良好。但是,当列表中有多个项目时,它的渲染速度会非常慢。在列表中滚动和扩展节点需要 1 秒以上,这很慢。有没有更好的方法来实现复选框树单元格渲染器以加快速度?
谢谢,杰夫
如果您能够使用第三方库,那么您可以使用JIDE Common Layer中的 CheckBoxTree 。
原来我的应用程序中还有其他东西减慢了速度。