Tooltip with DualView Monitors

Hi,

i have a problem with tooltips. On a single Screen it works fine but in a DualView environment tooltips doesn’t work correctly.

I have an Applet running in different browsers (Firefox, IE) and when the browser window is on the secondary screen the tooltip comes still up on the primary screen…???

If the applet running in the Eclipse Applet Viewer it works well but not in the browser.

How can i solve this weird problem??

Thanks in advance.

Greetings
Loki2

That’s a problem I hadn’t heard of before.
Is there any chance this is just a bug in the JRE’s implementation of Applets?
You can override JGoView.createToolTip and/or getToolTipText if you need to implement some kind of work-around.