Does a swing filterable JList component exist?

妖精的绣舞 提交于 2019-12-01 18:08:34

Yes, I'm sure that the SwingX components provide this. Check out JXList.

You can get SwingX from here.

You could consider using a single column JTable instead of a JList. If you follow this approach you'll get filtering and sorting for free (providing you're using JDK 6).

IMHO glazedlists should do filtering as well as sorting for JTable, JList and JComboBox.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!