Hello Friends,
I need a hint to auto complete the combobox.
I have two table SpeciesMaster and BreedMaster (Access Database)
In the java code on the action Listener of the Species combo Box the breed details gets populated in the breed combobox.
But now I want to filter the breed combobox in such a way that if a user presses any character, then all the breed which has that character should get populated in that combo box.
The breed combo box is an editable combo box.
Can anyone help me out in this?
Thanks in advance.
Regards