thanks for the response and sorry for not being clear (I am absolutely new
to swt).
So I am trying to use SWT Paint example code and add some features to it.
I need it to be able to display an image and I want to be able to draw the
existing figures on top of the image.
However, as it is now, it draws figures but they are all filled with white
- not sure why. I thought that I have to specify that the background of
the figure I am drawing is transparent so it picks up the image that I am
drawing on?
Hope that clarifies things and hope you can help.