Granny's Programming Pearls
"inside of every large program is a small program struggling to get out"
JavaRanch.com/granny.jsp
The moose likes Swing / AWT / SWT and the fly likes How to change Tooltip renderer? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "How to change Tooltip renderer?" Watch "How to change Tooltip renderer?" New topic
Author

How to change Tooltip renderer?

marc bowden
Greenhorn

Joined: May 10, 2001
Posts: 15
Hi
I want to implement 'microhelp' in my app. - ie have
a line of help at the foot of the frame window with
the help in it. Someone suggested I could do this if
I -
".. change the tool tip renderer to display in the
status line ..."
- how do I change the tooltip renderer?
Marc
Paul Stevens
Ranch Hand

Joined: May 17, 2001
Posts: 2823
Look at the tooltip examples at this site the location one might be what you are looking for. SwingExamples
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: How to change Tooltip renderer?
 
Similar Threads
How to Implement "MicroHelp"?
Item Labels are Not Rotating in My jFreeChart
How can I build a custom image tooltip ?
Help on making the tool tip to multiple lines.
tooltiptext question