![]() |
![]() |
![]() |
adding an icon in eclipse How to add an icon in eclipse? is it the same as adding a file? the icon is basically a gif image.Can't find much documentation about it
Anon
Do you mean, how do you change the icon displayed in the title bar of your SWT app's main window? If so, create your image, and call shell.setImage(yourImage).
Rob Warner
|