Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.help > #2359
| Newsgroups | comp.lang.java.help |
|---|---|
| Date | 2012-12-10 10:26 -0800 |
| Message-ID | <6ef4dde6-fb14-4a71-a309-11cc0023c08f@googlegroups.com> (permalink) |
| Subject | Need autocomplete extension for jtextfield |
| From | kedward777@gmail.com |
Hello, I need a class for autocomplete that meets these specifications: I have a large list of 5000 employees and employee_id numbers. I tried using a jcombobox, but the performance delay was significant. Someone suggested using a jtextfield with autocomplete. I need to autocomplete the users typing, and then find an employee AND employee id... can someone send me the code to do this? ALSO, I am using an older JRE 1.5 (I know, but it is an older mobile device).... THANK YOU!
Back to comp.lang.java.help | Previous | Next | Find similar | Unroll thread
Need autocomplete extension for jtextfield kedward777@gmail.com - 2012-12-10 10:26 -0800
csiph-web