This is pretty simple, I come from a swing/awt background.
I'm just wondering what the proper way to set the background color for a SWT widget is?
I've been trying:
widget.setBackGround( );
Except I have no idea how to create the color Object in SWT?
Thanks, Brian Gianforcaro