| Author |
JTable doubt
|
tadi raja
Ranch Hand
Joined: Jul 07, 2008
Posts: 109
|
|
|
How to add mouse listener to particular cell of JTable ??
|
 |
Maneesh Godbole
Saloon Keeper
Joined: Jul 26, 2007
Posts: 8430
|
|
Originally posted by tadi raja: How to add mouse listener to particular cell of JTable ??
You cant. However, you can add it to the table itself. The table has rowAtPoint(Point point) and columnAtPoint(Point point) which you can use to identify the individual cell.
|
[Donate a pint, save a life!] [How to ask questions] [Onff-turn it on!]
|
 |
 |
|
|
subject: JTable doubt
|
|
|