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 ?