Searched defs:imageFile (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/swing/
H A DSwingUtilities2.java1375 * @param imageFile the name of the file to be found
1382 final String imageFile) {
1402 resource = srchClass.getResourceAsStream(imageFile);
1438 System.err.println("warning: " + imageFile +
1380 makeIcon(final Class<?> baseClass, final Class<?> rootClass, final String imageFile) argument

Completed in 25 milliseconds