I am using a combo box where values are displayed and i have already checked editable true. I am using netBeans. I have values in the combo box for e.g.
- Apple
- Ant
- Ape
- Bottle
- Bat
- Ball
So when i will type A in the combo box it should display Apple, Ant, Ape in the list. Is there a way to do this?I have use decorate also but it not good.