I'm trying to set the background image of canvas using
canvas.setBackgroundImage(image);
How can i set the image with a *.png file that is stored in plugin's image sub-directory ?
Something like this:
PlatformUI.getWorkbench().getSharedImages().getImage(ISharedImages.IMG_OBJS_INFO_TSK)
but I want to use my image file instead of the shared image.