for(int i = 0; i < Movies.size(); i++){
if(Movies.get(i).equals(searchTerm)){
System.out.println(Movies.get(i));
}
}
I dont get any errors just nothing.
Any ideas and thanks in advance
Movies is an array list to confirm
This post has been edited by benshelly: 04 November 2010 - 08:35 AM

New Topic/Question
Reply




MultiQuote








|