I am currently attempting to move a JFrame (the same way you would by dragging the window’s title bar) when the mouse is being held down over a JToolbar. The JToolbar is inside several layers of JPanels nested in the JFrame. How would I go about doing this?
EDIT: There seems to be some confusion about what I’m aiming for here. I still want the titlebar to be draggable, but I just want to extend that functionality to the JToolbar as well (while keeping JToolbar not floatable – locked in place in the frame). See screenshot:

The Component Mover should work. See the last example. Instead of a titleBar you have a toolBar.