d-widget-toolkit / org.eclipse.swt.win32.win32.x86

5 stars 6 forks source link

Using color segfaults #17

Open jacob-carlborg opened 10 years ago

jacob-carlborg commented 10 years ago
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"); 

http://forum.dlang.org/thread/bumuvbwkmfujsmkbifhg@forum.dlang.org?page=3#post-lkebml:2416hi:241:40digitalmars.com