| [news.eclipse.platform] Re: Reusing eclipse icons |
Hi Daniel,
It would be better to directly reuse the icon files shipped with Eclipse. That way your UI would remain consistent even if Eclipse changes its style. So is there a way to get access to these icons?
You can access a (small) set of images using PlatformUI.getWorkbench().getSharedImages()
There are probably some more in "internal" classes.
Regards, Niklas