How to save different component data into text file!
hi ,
I m creating one JPanal and in it i put JRadioButtons,JComboBox,JTextField .
In this, if i click the JRadiobutton1(ex. wireless), then the corresponding items displayed in JComboBox,JTextField.
now, i need to store the displaying contents in seperate text file.
I know, we get Jtextfield by getText ().
How can we get the JComboBox items,shall i use same getText() ?.

