Search Results

1
vote

How to drag from browser area and deposit to the explorer area?

According to your justification is is not simple, but it can be managed. There is class called DataFlavor. You had to use D&D mechanism introduce in java using Transferable objects and provide …
0
votes

Detecting drops from the same process

In general no. Marker DataFlavor is possible. In general, in DnD there is no need to know if I'm in or out. If I can convert data into way I can handle, then it is OK. Else I'm not interested. …