|
The other way would be to add a Textfield and a JButton. Make the user enter the number of check boxes in the text field and add a ActionListener to the JButton. Create checkboxes in the actionPerformed method of the listener.
Depends on what you want in the GUI...
-R
|