| Author |
row is selected just clicking on row of a table
|
arun singhal
Ranch Hand
Joined: Oct 25, 2009
Posts: 41
|
|
Clearly..
I have created a table have row and column...
I want that when i only click on any row of table then it print that row is selected..
As an example table have 10 rows.. and when I click on 2 row then it print that 2 row is selected...
|
 |
Rob Camick
Ranch Hand
Joined: Jun 13, 2009
Posts: 1791
|
|
Use a MouseListener. Then use methods from the JTable to convert the mouse point to a row in the table.
|
 |
 |
|
|
subject: row is selected just clicking on row of a table
|
|
|