I’m trying to implement drag and drop in C# and Java in order to allow the user to move visual elements around with the mouse but all I’m finding on Google are tutorials about data transfer and copy paste. What would be better search terms?
Share
http://www.java-tips.org/java-se-tips/javax.swing/how-to-implement-drag-drop-functionality-in-your-applic.html
OR
http://www.javaworld.com/javaworld/jw-03-1999/jw-03-dragndrop.html?page=1
And search terms on google you can use: drag drop component GUI java
Bests