Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.gui > #4848
| From | "John B. Matthews" <nospam@nospam.invalid> |
|---|---|
| Newsgroups | comp.lang.java.gui |
| Subject | Re: JComboBox with search in database? |
| Date | 2011-12-19 02:36 -0500 |
| Organization | The Wasteland |
| Message-ID | <nospam-97EE36.02363919122011@news.aioe.org> (permalink) |
| References | <639f3aa1-9aff-4275-9457-1d997e19768c@o9g2000yqa.googlegroups.com> |
In article <639f3aa1-9aff-4275-9457-1d997e19768c@o9g2000yqa.googlegroups.com>, The Nigga <fernandopaivabr@gmail.com> wrote: > JCombobox is setEditable(true) for searching in my database. when I > add words to search I need return all results for the word and popup > for Jcombobox open with all results found. > ... > How to make a search with JComboBox with enter one by one word ? You might look at the answers to this question regarding character-by-character search in a JComboBox: <http://stackoverflow.com/questions/7604005> I'm not sure about your database requirement. -- John B. Matthews trashgod at gmail dot com <http://sites.google.com/site/drjohnbmatthews>
Back to comp.lang.java.gui | Previous | Next — Previous in thread | Next in thread | Find similar
JComboBox with search in database? The Nigga <fernandopaivabr@gmail.com> - 2011-12-18 09:21 -0800
Re: JComboBox with search in database? markspace <-@.> - 2011-12-18 19:59 -0800
Re: JComboBox with search in database? "John B. Matthews" <nospam@nospam.invalid> - 2011-12-19 02:36 -0500
Re: JComboBox with search in database? The Nigga <fernandopaivabr@gmail.com> - 2011-12-19 07:12 -0800
Re: JComboBox with search in database? The Nigga <fernandopaivabr@gmail.com> - 2011-12-23 15:34 -0800
csiph-web