jdk/src/share/classes/javax/swing/table/DefaultTableCellRenderer.java
changeset 20428 929cd48fca8a
parent 7668 d4a77089c587
child 20458 f2423fb3fd19
equal deleted inserted replaced
20172:f48935a247ec 20428:929cd48fca8a
   148         unselectedBackground = c;
   148         unselectedBackground = c;
   149     }
   149     }
   150 
   150 
   151     /**
   151     /**
   152      * Notification from the <code>UIManager</code> that the look and feel
   152      * Notification from the <code>UIManager</code> that the look and feel
   153      * [L&F] has changed.
   153      * [L&amp;F] has changed.
   154      * Replaces the current UI object with the latest version from the
   154      * Replaces the current UI object with the latest version from the
   155      * <code>UIManager</code>.
   155      * <code>UIManager</code>.
   156      *
   156      *
   157      * @see JComponent#updateUI
   157      * @see JComponent#updateUI
   158      */
   158      */