jdk/src/java.desktop/share/classes/javax/swing/plaf/basic/BasicToolTipUI.java
changeset 47020 2c55106dc37b
parent 25859 3317bb8137f4
equal deleted inserted replaced
47019:06122340dbf7 47020:2c55106dc37b
   222     }
   222     }
   223 
   223 
   224     /**
   224     /**
   225      * Invoked when the <code>JCompoment</code> associated with the
   225      * Invoked when the <code>JCompoment</code> associated with the
   226      * <code>JToolTip</code> has changed, or at initialization time. This
   226      * <code>JToolTip</code> has changed, or at initialization time. This
   227      * should update any state dependant upon the <code>JComponent</code>.
   227      * should update any state dependent upon the <code>JComponent</code>.
   228      *
   228      *
   229      * @param c the JToolTip the JComponent has changed on.
   229      * @param c the JToolTip the JComponent has changed on.
   230      */
   230      */
   231     private void componentChanged(JComponent c) {
   231     private void componentChanged(JComponent c) {
   232         JComponent comp = ((JToolTip)c).getComponent();
   232         JComponent comp = ((JToolTip)c).getComponent();