JSuggestField – The JTextField that makes suggestions

JSuggestField behaves like “Google Suggest”, but you can use it in Java. It extends JTextField, adding special features. You can use it just like any other JComponent.

JSuggestField s = new JSuggestField(this, suggestData);

suggest

Archive contains the JSuggestField-class and an example. Tested with jre 1.6

Download

version 0.5, 1. November 2011
new: define how jSuggestField matches inputs,
case sensitivity and setHint() for displaying a ‘type here’ text
Licensed under the GLPv3