3132333435363738
if (baseUsable != null) { setDelegateAction(baseUsable); this.setIcon(baseUsable.getIcon()); } this.dndSupport = desktop.getDragAndDropSupport(); new JMEMouseDragGestureRecognizer(dndSupport, this, DnDConstants.ACTION_COPY_OR_MOVE, this); }