Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

[awt] help about drag and drop

Status
Not open for further replies.

funxav

Programmer
Jun 13, 2003
15
FR
Hi,

I developp a little graphics program with swing.

I already use java.awt.datatransfer package to use system clipboard.

Now I'd like to use java.awt.dnd package to implement dnd feature with native frames or native application (Windows).

But I don't find examples and enough documentation.

Does someone would have any examples or URL ?
 
Yes.

My problem seems to be more complicated :

For example,
I try to get some element from a Internet Explorer windows.
I can get the text but what I want to do is to get the images : (dragsource=an GIF image on a IE windows, droptarget=myframe).
Whan I try it does nothing.

I think this is in relation with DataFlavor, but I still don't know how to solve the problem ...

Do you have other URL ? :)



 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top