}
public void setUpDndCCP() {
setDragEnabled(true);
setDropMode(DropMode.INSERT_ROWS);
setTransferHandler(new PlaylistTransferHandler(this));
ActionMap map = getActionMap();
Action cutAction = TransferHandler.getCutAction();
map.put(cutAction.getValue(Action.NAME), cutAction);
Action copyAction = TransferHandler.getCopyAction();