I want to have a transparent canvas.
I have a canvas in which video is getting rendered. I want a canvas on top of the video so that I can draw a rectangle over the video to select an area of the video for some other purpose (like to zoom, to take image etc...).
Is it possible in SWT?
Thanks.