Menu

Icons

Anonymous

Fable Images

You can have a look at thishttp://blog.eclipse-tips.com/2008/02/eclipse-icons.html which describes how to get eclipse images in your application.
Here is a smal summary og what is descibed in the blog : You can reuse Eclipse icons thru the org.eclipse.ui.ISharedImages interface. You can get them with IWorkbench:

Image folderImg = PlatformUI.getWorkbench().getSharedImages().getImage(ISharedImages.IMG_OBJ_FOLDER)

Some of the icons are available here : [file:EclipseIcons.zip]


Related

Wiki: coding tips