JAVA search list field -


i searched how this, didn't find what. i'm not in english didn't know how thing called. please tell me how create or how thing called. thank you!

enter image description here

the easiest way use swingx library.

example:

jcombobox combobox = new jcombobox(new object[] { "one", "two",         "three", "four", "five" }); autocompletedecorator.decorate(combobox); 

if want yourself, read this: http://www.orbital-computer.de/jcombobox/


Comments

Popular posts from this blog

javascript - Karma not able to start PhantomJS on Windows - Error: spawn UNKNOWN -

c# - Display ASPX Popup control in RowDeleteing Event (ASPX Gridview) -

Nuget pack csproj using nuspec -