Hi Alessio,
It depends on the java version.
I'm not sure what Live Update does, but in Java 6 (Mustang), you can
use the new SystemTray API:
http://java.sun.com/developer/technicalArticles/J2SE/Desktop/mustang/systemtray/
Thanks,
Dmitri
Java2D Team
On Mon, Mar 27, 2006 at 12:00:20PM -0800, alessioc wrote:
> I've a swing-based java application and i'd like to have a button which
> allows the user to iconize it in the jds systray (like the icon of the
> solaris live update).
> Does anyone have a java sample code to do that or any kind of documentation?