hello All,
i am working on a small project to show people address through there names , for example the user will enter the name and it will show him the address of the entered name.. but the big issue here is that i want to googlize it which means when i enter in the search area "M" it show down most of the people whose name begins with "M" and if i continued "MA" it also show the names which begins with these letters "MA" something like what google does, thanks for your attention :)
Abdel_eid -5 Junior Poster in Training
Recommended Answers
Jump to PostWeb application with JSP, or Desktop application with swing ?
Jump to PostHave you ever added an ActionListener to one of your buttons. So whenever you click a button the actionPeformed method will be executed.
It is the same thing. Add a KeyListener to the text field.
Use the addKeyListener method of the JTextField class. You need to implement the KeyListener …
All 8 Replies
javaAddict 900 Nearly a Senior Poster Team Colleague Featured Poster
Abdel_eid -5 Junior Poster in Training
eman 22 0 Junior Poster in Training
jon.kiparsky 326 Posting Virtuoso
Abdel_eid -5 Junior Poster in Training
Abdel_eid -5 Junior Poster in Training
javaAddict 900 Nearly a Senior Poster Team Colleague Featured Poster
Abdel_eid -5 Junior Poster in Training
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.