parent.setBackgroundMode( SWT.INHERIT_DEFAULT );
parent.setLayout( glayout( 1, 0, 0 ) );
this.operation = FileBugReportOp.TYPE.instantiate();
final SapphireForm control = new SapphireForm
(
parent, this.operation.getBugReport(),
DefinitionLoader.context( FileBugReportOp.class ).sdef( "EzBug" ).form( "BugReportFormScrolled" )
);
control.setLayoutData( gdfill() );
}