}
DragAndDropLock.setLocked(true);
DragAndDropLock.setDragAndDropStarted(true);
// Start Drag
dge.startDrag(Cursor.getDefaultCursor(), new ToolWindowTrasferable(toolWindow), this);
// Prepare glassPane for ghost image
GlassPanel glassPane = (GlassPanel) SwingUtilities.getRootPane(descriptor.getManager()).getGlassPane();
glassPane.setVisible(true);