Name: sdR10048 Date: 08/10/2001
Javadoc for
protected void javax.swing.plaf.metal.MetalToolBarUI.setDragOffset(Point p)
does not specify an expected behaviour in headless implementation.
It is not obvious since the value of field 'dragWindow' in headless
mode is likely null.
Here is what javadoc (1.4beta-b74) says:
MetalToolBarUI:
protected void setDragOffset(Point p)
BasicToolBarUI:
protected BasicToolBarUI.DragWindow dragWindow
======================================================================