--- old/src/java.desktop/share/classes/java/awt/SystemTray.java 2017-05-18 14:07:59.000000000 -0700 +++ new/src/java.desktop/share/classes/java/awt/SystemTray.java 2017-05-18 14:07:58.000000000 -0700 @@ -368,11 +368,15 @@ * Adds a {@code PropertyChangeListener} to the list of listeners for the * specific property. The following properties are currently supported: * - * + *
+ * + * * * * * + * + * * * * * + * *
SystemTray properties
PropertyDescription
{@code trayIcons}The {@code SystemTray}'s array of {@code TrayIcon} objects. @@ -389,6 +393,7 @@ * when the system tray becomes available or unavailable on the desktop.
* The property is accessed by the {@link #getSystemTray} method.
*

* The {@code listener} listens to property changes only in this context.