Duplicate Values in the Combo box
Hello All,
I am facing one problem with JComboBox and request some one to suggest me the solution. The problem is i am having a combobox which has duplicate values. When i try to pass through these values using down-stroke key , if it encounters duplicate value it is not passing through it (neither forward nor backward). I am struck with this problem. I need duplicate values in the combo box and also should write ItemStateChange Listener for this combo box.
Please suggest me the solution.
Thanks in advance...................................

