ok, i just dunno how
i dont want to select the item like this
String Combo = (String) jComboBox.getSelectedItem();
i just want the actual textline that you can see in the JComboBox, not the item that is behind that.
something like
String Combo = (String) jComboBox.getSelected
Text();
how?