[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.rcp] How to use Platfrom Images without the discouraged access warning?
|
Hi,
I want to re-use various Images and Icons in my 3.1 Eclipse RCP application.
For example, I want to re-use the "Import" icon. However, if I do this:
WorkbenchImages.getImageDescriptor(IWorkbenchGraphicConstants.IMG_ETOOL_IMPORT_WIZ);
I get a "discouraged access" warning. So, is there any way to get hold of
these images legally?
Cheers,
PB