I have a large set of data from which the user has to select one. I\'m thinking of a way to implement it (of course, in a GUI). I have a few ideas. But just thought of posti
You could take a look at SwingLab's autocomplete feature, it allows you to attach it to a JCombBox, JList or JTextComponent
JCombBox
JList
JTextComponent