one JCheckBoxwill be insert into the database
String R=chckbxRsidentel.getSelectedObjects().toString();
String A=chckbxAffaire.getSelectedObjects().toString();
|
|
I'm assuming that you want to insert either "R" or "A" into the database depending on which checkbox is selected. Perhaps you also want to insert, say, " " if neither is selected. You could do this:
|
|||||||||||
|