How do you find out if the user's platform supports adding applications to the system tray?
Created May 8, 2012
John Zukowski Ask the SystemTray class with its static isSupported() method. The javadoc for the class includes a warning when true is returned. Just because the system tray is supported, doesn't mean all functionality is supported.