angelina
Posts: 6
Nickname: angelina
Registered: May, 2003
|
|
Re: help
|
Posted: Jun 7, 2003 2:41 AM
|
|
Hello Jess, Theres a method called,isSelected() which will return a boolean value.
For eg: jCheckBox1 is the name of ur check box, then u can check like this: If (jCheckBox1.isSelected()) { System.out.println("Selected"); } I hope this will help...
> can someone tell me how to checked whether a checkbox is > checked or not? when i try to use jc.getState(), it will > show an error, cannot define symbok:method getState().
|
|