Hello, I have a combo box, which a user selects a type of database(access, oracle or mysql). I need to determine which database the user is choosing, and am not quite sure how to get the value out of the combo box.
Have tried to use jComboBox.getSelectedItem(), but this returns an object, not a String.
Thanks.
Marcus