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.
All What I have to do are: override paint method, use mouseDragged and mouseMoved events such as in the following link