Sounds like you are heading in the right direction since a Canvas can
have a transparent background, specify style SWT.NO_BACKGROUND in the
constructor.
Here's an example:
http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/org.eclipse.swt.snippets
/src/org/eclipse/swt/snippets/Snippet48.java
Some other useful information, how I navigated to the above, is
available here:
http://www.eclipse.org/swt/widgets/
Bernhard Schandl - 20 Apr 2006 16:56 GMT
> Sounds like you are heading in the right direction since a Canvas can
> have a transparent background, specify style SWT.NO_BACKGROUND in the
> constructor.
Thanks for the hint. When I use SWT.NO_BACKGROUND for a canvas, the
desktop is visible as background of the canvas, instead of the
(non-transparent) canvas that is arranged beyond it. What am I doing wrong?
Regards, Bernhard