|
-
Oct 28th, 2008, 06:39 PM
#1
Thread Starter
Member
Check Boxes Not Allowing Multiple Choices
I am trying to figure out why my following code snippet would not allow me to check multiple check boxes. Any assistance will be appreciated. Thanks in advance.
Code:
JCheckBox I1 = new JCheckBox ("Item 1");
JCheckBox I2 = new JCheckBox("Item 2");
JCheckBox I3 = new JCheckBox("Item 3");
-
Oct 28th, 2008, 07:30 PM
#2
Re: Check Boxes Not Allowing Multiple Choices
What do you mean "check multiple checkboxes"??
"I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
My Blog
-
Oct 28th, 2008, 07:33 PM
#3
Thread Starter
Member
Re: Check Boxes Not Allowing Multiple Choices
 Originally Posted by ComputerJy
What do you mean "check multiple checkboxes"??
Thanks for your reply.
I want to beable to select more than one check box. However, my code is acting like a radio button.
-
Oct 29th, 2008, 12:44 AM
#4
Re: Check Boxes Not Allowing Multiple Choices
Then you're doing something else incorrectly because this code should be working fine
"I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
My Blog
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|