Hi,
I want to create a Text box which should have red asterisk at the top right corner to indicate that it is a mandatory field..
I can create a Text box using Text text = new Text(composite,SWT.BORDER) but how can i add red asterisk to indicate it as a mandatory field? pls help me. i am new to SWT
