--- old/src/java.desktop/share/classes/java/awt/SystemTray.java 2017-10-18 12:33:30.000000000 -0700 +++ new/src/java.desktop/share/classes/java/awt/SystemTray.java 2017-10-18 12:33:29.000000000 -0700 @@ -371,28 +371,26 @@ * * * - * - * - * - * + * + * * - * - * - * - * - * - * - * - * + * + * + * *
SystemTray properties
PropertyDescription
Property + * Description *
{@code trayIcons}The {@code SystemTray}'s array of {@code TrayIcon} objects. - * The array is accessed via the {@link #getTrayIcons} method.
- * This property is changed when a tray icon is added to (or removed - * from) the system tray.
For example, this property is changed - * when the system tray becomes unavailable on the desktop
- * and the tray icons are automatically removed.
{@code systemTray}This property contains {@code SystemTray} instance when the system tray - * is available or {@code null} otherwise.
This property is changed - * when the system tray becomes available or unavailable on the desktop.
- * The property is accessed by the {@link #getSystemTray} method.
{@code trayIcons} + * The {@code SystemTray}'s array of {@code TrayIcon} objects. The + * array is accessed via the {@link #getTrayIcons} method. This property + * is changed when a tray icon is added to (or removed from) the system + * tray. For example, this property is changed when the system tray + * becomes unavailable on the desktop and the tray icons are + * automatically removed. + *
{@code systemTray} + * This property contains {@code SystemTray} instance when the + * system tray is available or {@code null} otherwise. This property is + * changed when the system tray becomes available or unavailable on the + * desktop. The property is accessed by the {@link #getSystemTray} + * method. *
*