catch( ClassCastException e1 ) {
OSCRoot.failedArgType( rom, argIdx );
return;
}
catch( IOException e1 ) {
if( af != null ) af.cleanUp();
OSCRoot.failed( rom, e1 );
return;
}
filterDlg = (FilterDialog) AbstractApplication.getApplication().getComponent( Main.COMP_FILTER );