}
}
}
});
RootPanel.get().add(wrap);
windowManager = new WindowManager(root);
PickupDragController dragController = new PickupDragController(root, true);
dragController.setBehaviorConstrainedToBoundaryPanel(true);
dragController.setBehaviorMultipleSelection(false);
dragController.setBehaviorDragStartSensitivity(1);
}