120121122123124125126
add(xmp); // Add drag and drop support to the field if (editor != null) ((JComponent) editor).setDropTarget(new DropTarget((Component) editor, DnDConstants.ACTION_NONE, new UrlDragDrop(entryEditor, frame, editor))); }