Help with drag from panel
Hi, I like this code for "DragPictureDemo", Drag and Drop and Data Transfer: Examples (The Java™ Tutorials > Creating a GUI with JFC/Swing > Drag and Drop and Data Transfer)
Web Demo: DragPictureDemo
My question is:
I have two panels, 1 on top, 1 at the bottom,
I need to drag and drop the images from the top to the bottom panel, do not allow to drag images from bottom to top, But the main image on the top panel is not removed (cannot cut), so all actions are "COPY" to bottom panel, no need to hold the CTL button.
I cannot get it to work.
Thanks.