|
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.
|