/** * Initialize the image registry by declaring all of the required graphics. */ protected void initializeImageRegistry() { String path = getIconPath(); putImageInRegistry("ICON_ID_TEAM", path + "team.gif"); putImageInRegistry("ICON_ID_DEVELOPER", path + "developer.gif"); }