Hi,
I tried now to create the image with this code:
Image file=AbstractUIPlugin.imageDescriptorFromPlugin(
"de.itm.inkas.svn.popUpMenu", "icons/full/obj16/file_obj.gif").createImage();
But I still get the FileNotFound Exception:
java.io.FileNotFoundException: icons\full\obj16\file_obj.gif (Das System kann den angegebenen Pfad nicht finden)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(Unknown Source)
at java.io.FileInputStream.<init>(Unknown Source)
at de.itm.inkas.svn.filecomponent.FileNode.getImage(FileNode.java:25)