MCPcopy Create free account
hub / github.com/GateNLP/gate-core / getIcon

Method getIcon

src/main/java/gate/gui/MainFrame.java:318–320  ·  view source on GitHub ↗
(String baseName)

Source from the content-addressed store, hash-verified

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?

Callers 15

addExporterMethod · 0.95
initGuiComponentsMethod · 0.95
initGuiComponentsMethod · 0.95
initGUIComponentsMethod · 0.95
initGUIComponentsMethod · 0.95
FeatureEditorRendererMethod · 0.95
NameBearerHandleMethod · 0.95
DiffActionMethod · 0.95
CopyToTargetSetActionMethod · 0.95
HTMLExportActionMethod · 0.95
ShowDocumentActionMethod · 0.95

Calls 5

getClassLoaderMethod · 0.95
charAtMethod · 0.80
getMethod · 0.65
putMethod · 0.45
getResourceMethod · 0.45

Tested by

no test coverage detected