IO « JCheckBox « Java Swing Q&A





1. JCheckBox and File IO **Help**    coderanch.com

i default a var, present="No"; then i wanna it to change to "Yes" when i checked the checkbox.. and then update to the text file... but cannot update to textfile... no changes have been made... Hope there's someone out there to help.. Thanx... ***Here's my code for the checkBox...*** public void itemStateChanged(ItemEvent e) { JCheckBox checkCb = (JCheckBox)e.getSource(); Object item = ...

2. JCheckBox and File IO *Help*    coderanch.com