(String baseName)
| 316 | private static JDialog guiLock = null; |
| 317 | |
| 318 | public static Icon getIcon(String baseName) { |
| 319 | return getIcon(baseName, Gate.getClassLoader()); |
| 320 | } |
| 321 | |
| 322 | public static Icon getIcon(String baseName, ClassLoader classloader) { |
| 323 | //is the icon in the cache? |
no test coverage detected