aspose file tools
The moose likes Swing / AWT / SWT and the fly likes JTable doubt Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Mongo DB Applied Patterns this week in the MongoDB forum
or a resume review from Five Year Itch in the Jobs Discussion forum!
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "JTable doubt" Watch "JTable doubt" New topic
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!]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: JTable doubt
 
Similar Threads
JTable
JTable
jtable
Jtable