Hi,
i have a JComboBox in a small java program.
if i see the properties of the JComboBox i can see
SelectedIndex = -1
SelectedItem = null
But i can't the name of each item and i have 5 items normally.
Where can i see them in the properties?
Thank you