View Single Post
  #1 (permalink)  
Old 03-09-2008, 11:03 PM
newtojava7 newtojava7 is offline
Member
 
Join Date: Jan 2008
Posts: 16
newtojava7 is on a distinguished road
searching within a JList
hello, I have a bunch of empty textfiles i am using to represent as songs to test a music player im working on for an assignment. basically i use my open button to allow the user to search directories, and i select the folder with all these textfiles. all of the artists are shown in a JList. I have a textfield with the button search beside it, I want to allow the user to type in an artist, and have my program search for the artist within the JList and find it. how can I do this??
Reply With Quote
Sponsored Links