Auto complete combo box in java problems
问题 I am using import org.jdesktop.swingx.autocomplete.Configurator; Configurator.enableAutoCompletion(combo); to make my combo box auto complete. But this is not working. My combo box name is combo. When i am importing NetBeans says that that import org.jdesktop.swingx.autocomplete.Configurator; does not exists. Can anyone suggest a simple way to auto complete the combo box. I cannot add more lines of codes because i have some restriction in terms of lines of codes for this project. 回答1: You