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!
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
Post a Comment