super( dialog, new GenericBean() );
this.parent = parent;
this.recordModelFactory = recordModelFactory;
this.node = node;
this.experiment = experiment;
init( resourceBundle.getString( "FileExporterApp.title" ), resourceBundle.getString( "FileExporterApp.error" ), new ResourceFactory().getImageIcon( resourceBundle.getString( "FileExporterApp.icon" ) ).getImage() ); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
}