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

/forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-base/src/main/java/com/sun/identity/diagnostic/base/core/ui/gui/list/
H A DImageListEntry.java36 private final String imagePath; field in class:ImageListEntry
40 public ImageListEntry(String name, String imagePath) { argument
42 this.imagePath = imagePath;
50 if ((icon == null) && (imagePath != null)){
51 icon = new ImageIcon(getClass().getResource(imagePath));

Completed in 57 milliseconds