| [news.eclipse.platform.swt] SWT Image creation |
I am creating a plugin and have stored all the images in a seperate 'images' folder (on the same level as src) in the plugin project. For creating an Image object, I need to provide the path to the image. I have tried using "platform:/resource/MyProject/images/intro.gif" but I am getting FileNotFoundException. Any ideas? Thanks Amit