jdk/src/share/classes/javax/swing/UIDefaults.java
changeset 20169 d7fa6d7586c9
parent 16073 da699ce2f8d2
child 20458 f2423fb3fd19
child 20851 9f284cf7836b
equal deleted inserted replaced
20168:137788883a22 20169:d7fa6d7586c9
   704         return null;
   704         return null;
   705     }
   705     }
   706 
   706 
   707 
   707 
   708     /**
   708     /**
   709      * Returns the L&F class that renders this component.
   709      * Returns the L&F class that renders this component.
   710      *
   710      *
   711      * @param uiClassID a string containing the class ID
   711      * @param uiClassID a string containing the class ID
   712      * @return the Class object returned by
   712      * @return the Class object returned by
   713      *          <code>getUIClass(uiClassID, null)</code>
   713      *          <code>getUIClass(uiClassID, null)</code>
   714      */
   714      */