View Single Post
  #2 (permalink)  
Old 02-17-2008, 01:07 AM
hardwired hardwired is offline
Senior Member
 
Join Date: Jul 2007
Posts: 1,189
hardwired is on a distinguished road
Is it possible to add the JCheckBox array within the JTextArea ??
It may be but probably won't work very well. It is better to add JCheckboxes to a JPanel. Since both the JTextArea and the JCheckBox consume/use MouseEvents there will probably be some confusion about who is use the events.
Reply With Quote