jcombobox keyboard navigation
843807Sep 20 2010 — edited Sep 21 2010I have a combo box of about 1400 items, so I need for the user to be able to type a letter and have the combo box jump to that place in the list. I know how to listen to these events and such, but is there any way to set the selected item in the list without actually closing the list? Everything I try to do just closes the list.