hello,

im using a custom TreeCellRender that extends the
javax.swing.tree.DefaultTreeCellRenderer.

My getTreeCellRendererComponent( ... ) method looks like:

super.getTreeCellRendererComponent( ... );
...
setToolTipText( "Test" );
...
return this;


But the ToolTipText isnt displayed on any node ... what am i doing wrong
?


Thanx in advance,
Matthias K�mpel

P.S.: All other modifacations i make in my custom renderer like icons,
color, etc. are displayed correct.

_______________________________________________
Swing mailing list
[EMAIL PROTECTED]
http://eos.dk/mailman/listinfo/swing

Reply via email to