JCheckbox
ok this is hard to explain,but i ll try
in my program the user has to find out which checkboxes r clicked for a little complicated purposes.
umm i looked at all the checkbox.get......... methods can't figure out which one is used?
public Boolean getCbmemaddress(){
return this.cbmemaddress.get..................;///// what should b here?
}
//this is in another class
if(memPanel.getCbmemaddress()!=null){
column[count][0] ="M";
column[count][1] ="address";
}

