how can i add tooltip to Jtree Nodes
Hi in my program tree built at runtime so i have to give tool tip text for each node diffrantly how can i do thisMahesh.B
Yeah, I coudn't work out a simple way to do this either. Apparently, you need to define a custom tree-cell renderer that includes tooltips. Not tried it myself yet, however.Andy.