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