[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] dragable Composite

I have several composites which contain a few labels and an image canvas.
Now I want to drag the composite to a drop target (label).
It all works fine, but I want to make the composite behave like a window 
when I drag it from one place to another, so that I can see it all along the 
drag path under the mouse cursor.

Thanks for any help!