aspose file tools
The moose likes Swing / AWT / SWT and the fly likes How to bring Pop up text area in a JTable cell Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "How to bring Pop up text area in a JTable cell " Watch "How to bring Pop up text area in a JTable cell " New topic
Author

How to bring Pop up text area in a JTable cell

Sujatha K Kannan
Greenhorn

Joined: Aug 23, 2012
Posts: 2
I want help in one concept. When I click a cell in a column the cell should invoke a pop up dialog and should display the full content of the cell in the pop up dialog. This should be applicable
to only column in the table.

Can anyone please guide on this?

Regards
Michael Dunn
Ranch Hand

Joined: Jun 09, 2003
Posts: 4632
mouseListener
rowAtPoint
columnAtPoint
Campbell Ritchie
Sheriff

Joined: Oct 13, 2005
Posts: 32675
    
    4
And welcome to the Ranch
Sujatha K Kannan
Greenhorn

Joined: Aug 23, 2012
Posts: 2
Thanks for the welcome :-)
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: How to bring Pop up text area in a JTable cell
 
Similar Threads
How to update a row in view if i sort a column in my model?
Popping up MS Word in my application
Very urg help me
How to do "Insert Table & Form" in my Java program?
Propagating an event to the cell renderer