View Single Post
  #1 (permalink)  
Old 03-16-2008, 06:02 PM
newtojava7 newtojava7 is offline
Member
 
Join Date: Jan 2008
Posts: 16
newtojava7 is on a distinguished road
recursively searching through arraylists
hello,

i have a bunch of strings in an arraylist, which im displaying in a JList. i have a textfield with a search button which allows the user to type in a string into the textfield and search for that string within the arraylist. i need this search to be done recursively, how can I do this? thanks.
Reply With Quote
Sponsored Links