0

Possible Duplicate:
Is it possible to have an autocomplete using jtextfield and a Jlist?

it can be a jtextfield or a combo box or a plugin or any component (or like the drop down component where the user can pick suggestions from a database). i will make a search bar like of google's that gets values from my database. Thank you :D

Community
  • 1
  • 1
Weddy
  • 543
  • 6
  • 10
  • 21
  • 1
    Possible duplicate of [Is it possible to have an autocomplete using jtextfield and a Jlist?](http://stackoverflow.com/questions/7255636/is-it-possible-to-have-an-autocomplete-using-jtextfield-and-a-jlist/7255918) OR [Auto Complete Search Jtextfield Java](http://stackoverflow.com/questions/8957828/auto-complete-search-jtextfield-java) – Baz Oct 16 '12 at 07:53

1 Answers1

0

I would recommend Glazed Lists AutoCompleteSupport. Screencasts and sample code you can find here: Glazed Lists Developer

You can download jar from here: Glazed Lists

MateuszB
  • 26
  • 3