Hi,
Not sure if I am using the right GUI component for this.
I have number of elements in rows in JTextArea.
row1
row2
row3
I have a number of elements in each row such as :
col1 col2 col3 col4
col1 col2 col3 col4
col1 col2 col3 col4
I would like to make each row clickable, so the user only needs to
click on the row to select it. How can I do this? Can I do this with
a JTextArea?
Right now, the user has to drag across the row.
Thanks,
Gil
FaeLLe - 17 May 2005 08:51 GMT