| | |
GUI Component Dragging
![]() |
•
•
Join Date: Aug 2008
Posts: 203
Reputation:
Solved Threads: 13
Hello. I've been using NetBeans for quite a while, and I really like the Draggable components that it uses. In both the GUI Builder & the GUI itself. So, my question is, How do you drag components around in the UI like that? I've looked into the java.awt.dnd package, and the tutorials don't really cover component dragging, just text dragging. If anyone has any tips or links to good tutorials, those would be awesome =).
•
•
Join Date: Nov 2008
Posts: 332
Reputation:
Solved Threads: 53
0
#2 Oct 12th, 2009
http://zetcode.com/tutorials/javaswi...l/draganddrop/
Mix examples , for javax.swing.JButton use
an build own D&D.
google search "application/x-java-jvm-local-objectref"
Mix examples , for javax.swing.JButton use
Java Syntax (Toggle Plain Text)
DataFlavor flavorButton = new DataFlavor("application/x-java-jvm-local-objectref; class=javax.swing.JButton");
google search "application/x-java-jvm-local-objectref"
![]() |
Similar Threads
- Pack and SetVisible unsafe (Java)
- Help me! (Java)
- JAVA Concepts (Java)
- Can u explain (Java)
- java problem (Java)
- limit input only two decimal (Java)
- Listeners (Java)
- "cannot resolve symbol"problem (Java)
Other Threads in the Java Forum
- Previous Thread: Creating a Currency Converter.
- Next Thread: Java TV + NetBeans
| Thread Tools | Search this Thread |
.net 6 activex actuate add advice ajax apple applet application array automation balls binary birt c++ c/c++ chat chatprogramusingobjects class code collections compare component constructor creat database design development draw eclipse encryption error errors examples firefox forms fractal ftp game google gui html image inheritance innodb input integer java javafx javaprojects javascript jetbrains jpanel julia linux login loop method microsoft microsystems mysql netbeans newbie news opensource pearl php print problem programming projects python qt reference sell server set size smart socket software sort sorting spring springsource sql staticcodeanalysis subclass sun swing testautomation threads tree trolltech vb web windowmanagers windows wxpython






