// Make Focus Panel draggable
diagram.shapeDragController.makeDraggable(this);
// Create drop controller
shapeDropController = new DiagramWidgetDropController(this);
diagram.endPointDragController.registerDropController(shapeDropController);
diagram.shapeDragController.registerDropController(shapeDropController);
sinkEvents(Event.ONMOUSEUP);