< prev index next >

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

Print this page

        

@@ -366,15 +366,19 @@
 
     /**
      * 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">
+     * <table class="striped">
+     * <caption>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,10 +391,11 @@
      *    <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 >