Adding a tooltip for my center panel

Hi i have created a center panel calle cpanel. I want to add a tooltip to it so that when the user hovers over the cpanel it will say:

cPanel =new DrawingPanel();

cPanel.setToolTipText("Aaah, this is the center panel!.");

However, when i compile the above code i get the error message:

cannot find method setToolTipText(java.lang.String);

Does this mean i cannot add a tooltip to my cPanel? Please say it isn't so :(

[513 byte] By [nvidia1a] at [2007-11-26 19:33:28]
# 1

> Does this mean i cannot add a tooltip to my cPanel? Please say it isn't so :(

You where given the answer in your other posting on this topic:

http://forum.java.sun.com/thread.jspa?threadID=5140797

You have provided no further information so the answer is the same.

Quit cluttering the forum and listen to the advice you've been given for once.

camickra at 2007-7-9 22:05:52 > top of Java-index,Desktop,Core GUI APIs...