How do I specify an icon to include with a message over a system tray application icon?
Created May 8, 2012
John Zukowski The TrayIcon.MessageType enumeration allows you to specify an ERROR, INFO, or WARNING icon, in addition to NONE when displaying a message with displayMessage(). You cannot specify a custom icon.