Re: [JAVA3D] Drag and Drop

2002-07-16 Thread Christopher Davies
Hi, > > Can anyone tell me if its possible to implement drag and drop on a > > Canvas3D object? I would like to drag and drop an object defined by > > me that stores image pixel information onto a canvas to be rendered > > as a 3D image. > I implement a Drag & Drop function for 3D objects, I can

Re: [JAVA3D] Drag and Drop

2002-07-16 Thread White Morph
I implement a Drag & Drop function for 3D objects, I can use mouse to drag and drop any point on the object while mouse moving. white === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the messag

[JAVA3D] Drag and Drop

2002-07-15 Thread Vijayaraghavan Rajagopal
Hi, Can anyone tell me if its possible to implement drag and drop on a Canvas3D object? I would like to drag and drop an object defined by me that stores image pixel information onto a canvas to be rendered as a 3D image. Thanks Vijay _

[JAVA3D] drag and drop from a applet to another applet

2000-01-16 Thread Chen Lu
Guys,    I have a problem. I want a drag and drop samples with from one applet toanother applet.Any control components all right.Who can help me.