* @param style
*/
public SimpleExplanatoryComposite(Composite parent, int style) {
super(parent, style & ~(SWT.H_SCROLL | SWT.V_SCROLL | SWT.BORDER));
this.simpleExplanationComposite = new SimpleExplanationComposite(this,
style & (SWT.H_SCROLL | SWT.V_SCROLL | SWT.BORDER));
}