Search « JList « Java Swing Q&A





1. searching the strings using starting characters in Jlist?    stackoverflow.com

I am creating a search list in java. If I enter the beginning letters, then the corresponding words which belongs to the letters will be display on the Jlist.For that is ...

2. Highlighting search word in JList    coderanch.com

3. Search within a JList    java-forums.org

For my assignment, I was asked if I could implement a search textbox so that when someone types say a name in the textbox, it highlights the name in the JList or at least tells you that it exists. I may have to implement a search button as well. I'm not sure how to go about doing this, however I have ...