drag & drop
I'm trying to make a drag&drop with a JLabel and a JPanel. I want to drag the label on the panel and when the mouse is released a clone of the original label is created in the position of the drop. I can't find any simple tutorial on the net and all the examples do a lot more and are complicated.

