aspose file tools
The moose likes Swing / AWT / SWT and the fly likes JTable - Renderer for JPanel 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 "JTable - Renderer for JPanel" Watch "JTable - Renderer for JPanel" New topic
Author

JTable - Renderer for JPanel

sico pico
Greenhorn

Joined: Jan 21, 2011
Posts: 2
Hello,

I have a JTable where I have in the first column of a JPanel. This panel contains a JLabel that has a tooltip.
I use a renderer for the panel as follows:




The problem is that the tootip label does not appear. (It's like there is a layer on top).

Please it's urgent.

Thank you in advance.
Rob Camick
Ranch Hand

Joined: Jun 13, 2009
Posts: 1788
    
    2
Specifying Tool Tips for Cells
Campbell Ritchie
Sheriff

Joined: Oct 13, 2005
Posts: 32704
    
    4
Welcome to the Ranch

We don't use the word "urgent" here
sico pico
Greenhorn

Joined: Jan 21, 2011
Posts: 2
i have two labels in JPanel, and for each JLabel i have Tooltip.
 
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 - Renderer for JPanel
 
Similar Threads
JTable ........
Color in JTable
JTable
disabling rows in JTable
JTable Trouble