View Single Post
  #1 (permalink)  
Old 07-02-2007, 01:01 AM
Marcus Marcus is offline
Member
 
Join Date: Jun 2007
Posts: 92
Marcus is on a distinguished road
Help with jComboBox
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
Reply With Quote
Sponsored Links