jdk/src/java.desktop/share/classes/javax/swing/UIDefaults.java
changeset 47155 289b19286b0e
parent 47135 9ee067ea1785
equal deleted inserted replaced
47154:321b1ce06499 47155:289b19286b0e
   885 
   885 
   886     /**
   886     /**
   887      * Adds a resource bundle to the list of resource bundles that are
   887      * Adds a resource bundle to the list of resource bundles that are
   888      * searched for localized values. Resource bundles are searched in
   888      * searched for localized values. Resource bundles are searched in
   889      * the reverse order they were added, using the
   889      * the reverse order they were added, using the
   890      * {@linkplain ClassLoader#getSystemClassLoader application class loader}.
   890      * {@linkplain ClassLoader#getSystemClassLoader system class loader}.
   891      * In other words, the most recently added bundle is searched first.
   891      * In other words, the most recently added bundle is searched first.
   892      *
   892      *
   893      * @param bundleName  the base name of the resource bundle to be added
   893      * @param bundleName  the base name of the resource bundle to be added
   894      * @see java.util.ResourceBundle
   894      * @see java.util.ResourceBundle
   895      * @see #removeResourceBundle
   895      * @see #removeResourceBundle