Do i understand correctly that most people only implement search by Airports and Carrier but not by Price or Day? I'd like to ask those who passed the exam, what type of search did your GUI allow? Thank You
Rick Fortier
Ranch Hand
Joined: Jun 04, 2001
Posts: 147
posted
0
I have not submitted yet, by I am just asking for origin and dest cities, and then displaying the matches. However my implementation in Data can take as many fields as you want. Do a search on criteriaFind and see what others have said on JavaRanch.
Misha Milshtein
Greenhorn
Joined: Jun 22, 2001
Posts: 8
posted
0
Thank You Rick. Yes, criteriaFind most definitely must be able to handle any type of search, it is GUI that I am wondering about
Rick Fortier
Ranch Hand
Joined: Jun 04, 2001
Posts: 147
posted
0
I think that as long as you demonstrate that you know how to do it, that that is all the grader will look at. I think on this question as long as you demonstrate you know how to use StringTokenizer correctly, that it really doesn't matter.