Thread: GUI problem...
View Single Post
  #5 (permalink)  
Old 12-07-2007, 01:04 PM
revathi17 revathi17 is offline
Member
 
Join Date: Aug 2007
Posts: 22
revathi17 is on a distinguished road
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
Reply With Quote