hey guys., Help me out..
I am doing some project using java swing..in that i get stuck up with one problem in combo box...
I am having 5 items in the combo box(Contains same item names)
for ex:
abc
abc
abc
abc
abc
when i select any one of these item...i am getting the same index value for all items
for Ex:
if i select first abc means it should return the index value 0
and for second item it should return 1
like wise it should retrun index values for all..
but i am getting only 0 for all selected items....
if i change the items in to differnt names.. i am getting the correct output...
Help me out from this bug......