I already asked this question but I'll ask again because I didn't solved my
problem yet :o(
How do I treat repeated items from a combo box?
I only could manage the selected indexes in MutableComboBoxModel or
ComboBoxModel by its Text, so if the combo has two repeated values I not able to
know if the selected item is the first or the second...
Any idea about how to fix it???