I'm developing a network monitor application, it will
automatically check the connectivity of the configured
IP Addresses every 30 secs. If there is any error, it
will popup alert messages.
Everything is ok but the problem is i don't want to
spare a Taskbar button always, i need to put some icon
in the System Tray, so if any problem occurs the
SysTray icon should notify the user about the problem.
Is there any solution to create a SysTray icon in
Windows using Java?