composite.setLayoutData( gd );
BaseWidgetUtils.createLabel( composite,
"Please enter/select the parent DN where the selected entries should be moved to.", 1 );
dnBuilderWidget = new DnBuilderWidget( false, true );
dnBuilderWidget.addWidgetModifyListener( this );
dnBuilderWidget.createContents( composite );
dnBuilderWidget.setInput( entries[0].getBrowserConnection(), null, null, DnUtils.getParent( entries[0].getDn() ) );
applyDialogFont( composite );