svoid setTrayIconImage(TrayIcon trayIcon, BufferedImage image) { if (trayIcon != null && image != null) swing { trayIcon.setImage(image); } }