super(controller, commandManager);
}
@Override
public void dragEnd() {
WidgetLocation currentLocation = new WidgetLocation(windowPanel,
getBoundaryPanel());
commandManager.execute(new MoveWindowCommand(windowPanel,
originalLocation.getLeft(), originalLocation.getTop(),
currentLocation.getLeft(), currentLocation.getTop(), true));
super.dragEnd();
}