I have some questions regarding JTable :
1. Can I add an ActionListener for my JTable? Say, I have this table :
Name | Age | Phone
Me | 18 | 44444
John Doe | 26 | 43535
You | 25 | 64525
and I have one JTextField below the table. Say, if my cursor in row
1, column 0 ("John Doe"), and I press "Enter" button, that JTextField
text will be "John Doe". Is this possible?? Can somebody give me the
code for this?? Please, I need this one.
2. How to remove the table grids, so user can't see it....
3. Can I print a table?? What class should I use??