> Hi
>
[quoted text clipped - 6 lines]
>
> Thanks in advance
If you can use Java 6.0 (which is currently in beta), you might be able to
use the new desktop and systray functionality.
See
http://java.sun.com/developer/technicalArticles/J2SE/Desktop/mustang/systemtray/,
specifically the displayMessage method of the TrayIcon class.
Dan.

Signature
Daniel Dyer
http://www.dandyer.co.uk
unomystEz - 02 Sep 2006 16:09 GMT
> > Hi
> >
[quoted text clipped - 19 lines]
> Daniel Dyer
> http://www.dandyer.co.uk
I believe java 6.0 uses OS-specific syscalls to accomplish that. I'm
looking for a way to have balloon tooltips that attach themselves to
components. After doing more research, the possibility of using
J/Window won't work because it can't be transparent. So I'm still left
with either TooltipUI or glasspane... I found a link on google to a
JBalloonTooltip that seems to be dead, supposedly it did use native
syscalls and probably works on windows only.