Search code examples
javaswingdrag-and-dropjbuttonjcomponent

JButton Drag and Drop


I am developing an editor and I need to know how to apply drag and drop over jbutton, so I can drag it into another jcomponent and drop it smoothly, thank you in advance.


Solution

  • All What I have to do are: override paint method, use mouseDragged and mouseMoved events such as in the following link