Filter « JList « Java Swing Q&A





1. Does a swing filterable JList component exist?    stackoverflow.com

For a specific screen, I'm looking for a JList that I could filter (the same way you can filter a JTable using a RowFilter) Is there a good implementation of this kind ...

2. JLists - Filtering    java-forums.org

Can someone point me in a good direction for ways to filter my JList? I have a list that I will want to sort based on filters the user can select from RadioButtons. It would work best if there was a way to "hide" items from the list so they actually retain their original index if possible. I don't want to ...