> Is it possible - under MacOS X - to write a Java-application, that can
> be minimized to the tray or task bar (dunno the correct naming) and then
> let it pop up automatically (or catch the user's attention any other
> way)?
On Java.net, see the JDIC "TrayIcon" project: http://jdic.dev.java.net/.
I know it works on Windows and Linux, and I think it is supposed to work
on OS X, although I have not tried it.

Signature
Regards,
John McGrath
Roman Blöth - 10 May 2005 13:08 GMT
[..]
> On Java.net, see the JDIC "TrayIcon" project: http://jdic.dev.java.net/.
> I know it works on Windows and Linux, and I think it is supposed to work
> on OS X, although I have not tried it.
O.k., I see there's still work to do, but this seems to be the best
solution to my problem.
Thanks a load!
Roman.