< prev index next >

src/java.desktop/share/classes/java/awt/SystemTray.java

Print this page

        

*** 366,380 **** /** * Adds a {@code PropertyChangeListener} to the list of listeners for the * specific property. The following properties are currently supported: * ! * <table border=1 summary="SystemTray properties"> * <tr> * <th>Property</th> * <th>Description</th> * </tr> * <tr> * <td>{@code trayIcons}</td> * <td>The {@code SystemTray}'s array of {@code TrayIcon} objects. * The array is accessed via the {@link #getTrayIcons} method.<br> * This property is changed when a tray icon is added to (or removed --- 366,384 ---- /** * Adds a {@code PropertyChangeListener} to the list of listeners for the * specific property. The following properties are currently supported: * ! * <table class="striped"> ! * <caption style="display:none">SystemTray properties</caption> ! * <thead> * <tr> * <th>Property</th> * <th>Description</th> * </tr> + * </thead> + * <tbody> * <tr> * <td>{@code trayIcons}</td> * <td>The {@code SystemTray}'s array of {@code TrayIcon} objects. * The array is accessed via the {@link #getTrayIcons} method.<br> * This property is changed when a tray icon is added to (or removed
*** 387,396 **** --- 391,401 ---- * <td>This property contains {@code SystemTray} instance when the system tray * is available or {@code null} otherwise.<br> This property is changed * when the system tray becomes available or unavailable on the desktop.<br> * The property is accessed by the {@link #getSystemTray} method.</td> * </tr> + * </tbody> * </table> * <p> * The {@code listener} listens to property changes only in this context. * <p> * If {@code listener} is {@code null}, no exception is thrown
< prev index next >