Community
Participate
Working Groups
Text value= new Text(this, SWT.READ_ONLY);
value.setText(init);
// bug: 39661 Junit test counters do not repaint correctly [JUnit]
value.setBackground(getDisplay().getSystemColor(SWT.COLOR_WIDGET_BACKGROUND));
value.setLayoutData(new GridData(GridData.FILL_HORIZONTAL | GridData.HORIZONTAL_ALIGN_BEGINNING));
return value;
}