I have a JComboBox. I want to retrieve the data from it. I know I use the getSelectedItem() method. But then once I get it, I want it to convert it to a String somehow..or ultimately, display it on a JTextField. I have a JComboBox. I want to retrieve the data