I am making a program. in which JComboBox is editable. it took options from a file containing customer names.

I want to do this that when 'A' is pressed, JComboBox only show Otions with 'A'.
...