Hi there!
I am working on JBuilder 2005.
I would like to display some kind of a notification message rising
smoothly from the system tray area as a certain operation is ended.
Many AV programs use it for example as a virus is being detected.
How can I do it? Is there any free class for that?
Thanks!!!
Roland de Ruiter - 05 Feb 2006 13:53 GMT
> Hi there!
>
[quoted text clipped - 4 lines]
> How can I do it? Is there any free class for that?
> Thanks!!!
Get Java SE 6. A new feature in this version is the ability to
add/remove items to the system tray.
<http://download.java.net/jdk6/docs/api/java/awt/SystemTray.html>
<https://mustang.dev.java.net/>
For earlier versions of Java you'll have to find an appropriate library
for it.
Regards,
Roland
Thomas Hawtin - 05 Feb 2006 15:19 GMT
> Get Java SE 6. A new feature in this version is the ability to
> add/remove items to the system tray.
[quoted text clipped - 4 lines]
> For earlier versions of Java you'll have to find an appropriate library
> for it.
Like the SystemTray code before it moved into mustang.
https://jdic.dev.java.net/
Tom Hawtin

Signature
Unemployed English Java programmer
http://jroller.com/page/tackline/
David Segall - 05 Feb 2006 13:56 GMT
>Hi there!
>
[quoted text clipped - 4 lines]
> How can I do it? Is there any free class for that?
>Thanks!!!
The open source SysTray for Java
<http://sourceforge.net/projects/systray/> is probably a good start
but it would need some extra code. I have an application that uses it
and I would appreciate the upgrade. :)
info@hmdproducts.com - 05 Feb 2006 18:16 GMT
The book Swing Hacks by O'Reilly has some examples, "#46 Slide Notes
Out from the Taskbar," which uses JWindow to accomplish this.
Roedy Green - 06 Feb 2006 01:32 GMT
>the system tray area
see http://mindprod.com/jgloss/systemtray.html

Signature
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.