}
catch( ClassNotFoundException e1 ) {
BasicWindowHandler.showErrorDialog( null, e1, getValue( NAME ).toString() );
}
final Main root = (Main) AbstractApplication.getApplication();
// new ProcessingThread( this, root, root, doc, text, coll, Session.DOOR_TIMETRNSMTE | Session.DOOR_GRP );
final ProcessingThread pt;
pt = new ProcessingThread( this, root, text );
pt.putClientArg( "trns", collNewTrns );
pt.putClientArg( "span", span );