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 );
pt.putClientArg( "edit", edit );
pt.start();
}