File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Swing / AWT / SWT and the fly likes DragDrop Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "DragDrop" Watch "DragDrop" New topic
Author

DragDrop

Siddharth Mitesh
Greenhorn

Joined: Jan 15, 2004
Posts: 10
Hello friends,
I have 1 problem that in swing I take 2 panel.
I want to do that when I drag JLabel or JButton from 1 panel to other at that time the JLabel can't remove from their original position, that from which we drag it(Like VB we are draging componenet from toolbox). When we put that JLabel in other panel at that time we also drag and drop that Label in that panel.
Reply
Thanx
 
I agree. Here's the link: http://zeroturnaround.com/jrebel
 
subject: DragDrop
 
Similar Threads
menu bar is not visible when designing
gwt drag and drop problem
JPanel.validate() repositions DnD Components
dragDropEnd gets called inconsistantly
help dragging a jpanel please...