Hi, I would like to know how to use the KeyListener in the JComboBox. You should be able to start typing in an editable JComboBox and everytime a key is typed you should select the entered element or the closest one. (please include example) Thanks, Jelle
Hi, I am not sure how to perform the search you are describing but I can help you with the keyListener stuff. JComboBox is the worst Swing component you can think of ...