How to add a key listener to JComboBox with "AutoCompleteSupport" (glazedlists) in Java SE. I am working on a small program which a JComboBox works with AutoCompleteSupport. I want to execute a method if I press Enter key in JComboBox. How can I do this with AutoCompleteSupport???
Last edited:

bump