On 08/05/14 00:22, Etienne wrote:

Yes :

  Label label3 =
new
Label(shell, SWT.NONE);
label3.setSize(100,20);
label3.setLocation(30,150);
label3.setBackground(
new
Color(display,200,111,50));
label3.setText(
"Speak no evil"
);

Thanks, I'll have a look. Could you please report an issue here as well (I assume you're using Windows) :

https://github.com/d-widget-toolkit/org.eclipse.swt.win32.win32.x86

--
/Jacob Carlborg

Reply via email to