This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
Hi guys : Does anyone know how to write a desktop notifier widget ? Like the ones that *ding* when youre mail arrives ? Is there an API for creating such applications/widgets ?
Im trying to write a desktop notifier that notifies my neighbors when my dog is home alone, so that they can play with her...
The "widget" part is a System Tray Icon... this is available through JDIC (Java Desktop Integration Components) by SwingLabs (Open Source). It's also been added to Swing in JSE 6.
The "notification" part can be done pretty much any way that you want. I think that Gmail notifier (and lots of other similar things like that) use RSS, but you can use sockets, RMI, HTTP polling... just make sure you know the drawbacks and advantages to all of these approches...
-Nate
Write once, run anywhere, because there's nowhere to hide! - /. A.C.
jay vas
Ranch Hand
Joined: Aug 30, 2005
Posts: 407
posted
0
Ok thanks, but how can i teach the system tray icon to be "in sync", and how can i enable this functionality on Macintosh computers ? Thanks in advance...Jay