| Author |
tooltips...
|
rob armstrong
Ranch Hand
Joined: Jul 25, 2005
Posts: 77
|
|
Is there a way i can 'implement' the tooltip feature?? roba
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56168
|
|
|
In what? Swing? HTML? Other?
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
rob armstrong
Ranch Hand
Joined: Jul 25, 2005
Posts: 77
|
|
ok i want to have a JPanel overriding paintComponent added to a JFrame... Basically i want a 'Shape' with tooltips. But it doesnt seem to have tooltips. I tried to have a oject that overrides JCOmpoonent and override the paintComponent(Graphics g) method and place that into the JPanel somewhere and than add it to the JFrame. The object appears but does not have tooltips roba
|
 |
Ricky Clarkson
Ranch Hand
Joined: Jul 27, 2006
Posts: 131
|
|
|
You can draw custom graphics onto a JLabel or a JButton by virtue of the Icon APIs, with no problems, and it will often be faster than paintComponent, and not need to be done on the EDT.
|
 |
 |
|
|
subject: tooltips...
|
|
|