Take a look at org.jdesktop.jdic.tray.TrayIcon
trayIcon.displayMessage(title, message, TrayIcon.INFO_MESSAGE_TYPE);
at https://jdic.dev.java.net/
Regards,
Wim
> Hi
> I just wanted to know if there is a possibility to make a notification
> balloon (e.g. Outlook Mail notification) with java.awt.systemTray?
> I couldn't find an appropriate class. Can someone give me an example?
>
> Thanks Michael
Mitschu - 08 Aug 2007 06:22 GMT
> Take a look at org.jdesktop.jdic.tray.TrayIcon
>
> trayIcon.displayMessage(title, message, TrayIcon.INFO_MESSAGE_TYPE);
Display Message as a bolloon is no problem. But I need a 'Outlook
like' notification in the lower right corner of the desktop.
Thanks Michael