This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
I need some guidance in figuring out this little problem. I have a Scrollable JTable which needs to obtain data from a GUI that I've created. The GUI contains three different groups of checkbox's. I can't figure out what method to use to get the selected checkbox's in each group. I've tried using getSelection() with no avail. Please any examples or tips would be greatly appreciated.
Hi Steve, I usually use the action command to figure out which is set. You can do something like the code below.
Regards, Manfred.
Steve Kiernan
Greenhorn
Joined: Nov 07, 2001
Posts: 6
posted
0
Fantastic, got it, Thanks
Originally posted by Manfred Leonhardt: [B]Hi Steve, I usually use the action command to figure out which is set. You can do something like the code below.