View Single Post
  #1 (permalink)  
Old 08-07-2007, 02:19 AM
fernando fernando is offline
Member
 
Join Date: Jul 2007
Posts: 40
fernando is on a distinguished road
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.
Reply With Quote
Sponsored Links