Mine
public text v1 · immutable Text t = new Text(c, SWT.DEFAULT | SWT.MULTI | SWT.H_SCROLL | SWT.V_SCROLL);
t.setText("this is a test\n and so is this\n and this");
Text t = new Text(c, SWT.DEFAULT | SWT.MULTI | SWT.H_SCROLL | SWT.V_SCROLL);
t.setText("this is a test\n and so is this\n and this");