Say My JCombobox (editable) is created by passing Vector in its constructor.
<b>
Say Vector has Five Strings "ABCDE", "ABRTY", "BTYRE", "BTREU","RTYSD1".<b>
When user key in "A" then string "ABCDE" must automatically be visible to the user. IF user ignores the suggestion and continue to type , say "ABR" then "ABRTY" must be suggested to the user.<b>
Is there any solution. Thanks in advance.