-
Drag and Drop Issue
Hello guys,, i've been programming GUI's using codes,, anyone has the idea on how to make GUI's using drag and drop feature of netbeans? please help me guys,, i am not using drag and drop eversince becoz i am used to coding,,
thanks a lot for your help.......^_^
:)
-
The relevant package is java.awt.datatransfer
There should be some tutorial material on the Java website too.
-Edit-
On re-reading your post I think what you're actually asking is how to use Netbeans? Netbeans' documentation and help feature would be the place to start I think.