Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

JTabbedPane and ToolTip

  Asked By: Craig    Date: Jun 15    Category: Java    Views: 716
  

In my application , I have tabpane
I set some tooltip with each tab in the tabpane
using

JtabbedPane tbPane = new JTabbedPane();
tbPane.addTab("Title String ", Image , Component, "Tooltip String");

prevously when i was running the application with jre1.3 I use to see the
tooltip when i keep the mouse pointer on the tab , But on switching to jre1.4,
the tooltip is not shown ?

Does this is a but in jre ?

Share: 

 

1 Answer Found

 
Answer #1    Answered By: Fatih Farooq     Answered On: Jun 15

Have you checked with the API? If 1.4 deprecated
Tooltip, then you can not see. But I doubt it very
much. Even if Tooltip has been deprecated, the
compiler will let you know.

My suggestion keeps the old Java Plug-ins even thought
you have to upgrade your SDK. For in case you have to
run the old files.

 
Didn't find what you were looking for? Find more on JTabbedPane and ToolTip Or get search suggestion and latest updates.




Tagged: