}
// Did we get any gems to drag?
if (!selectedGems.isEmpty()) {
// Build a selection list comprising of all the gem names to be transfered
GemEntitySelection scs = new GemEntitySelection(selectedGems);
// Get a cursor based on the selected tree nodes
dndValidCursor = buildValidDnDCursor(paths);
// Make sure that the drag image has been enabled