Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.help > #2359 > unrolled thread

Need autocomplete extension for jtextfield

Started bykedward777@gmail.com
First post2012-12-10 10:26 -0800
Last post2012-12-10 10:26 -0800
Articles 1 — 1 participant

Back to article view | Back to comp.lang.java.help


Contents

  Need autocomplete extension for jtextfield kedward777@gmail.com - 2012-12-10 10:26 -0800

#2359 — Need autocomplete extension for jtextfield

Fromkedward777@gmail.com
Date2012-12-10 10:26 -0800
SubjectNeed autocomplete extension for jtextfield
Message-ID<6ef4dde6-fb14-4a71-a309-11cc0023c08f@googlegroups.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!

[toc] | [standalone]


Back to top | Article view | comp.lang.java.help


csiph-web