static {
   try {
     INSTANCE =
         new CommonUIImages(
             new URL(
                 CommonUIPlugin.getDefault().getBundle().getEntry("/"),
                 "icons/")); //$NON-NLS-1$ //$NON-NLS-2$
   } catch (MalformedURLException e) {
     CommonUIPlugin.getDefault().logError(e);
   }
 }
 protected ImageRegistry getImageRegistry() {
   return CommonUIPlugin.getDefault().getImageRegistry();
 }
 public static final Image getImage(ImageDescriptor descriptor) {
   return CommonUIPlugin.getImageDescriptorRegistry().get(descriptor);
 }