| [news.eclipse.platform.swt] Re: "Flat" widgets |
How do I get my widgets to appear 'flat' like the ones used in eclipse?
I've tried using the FormWidgetFactory but I don't really know how.
I've worked it out. For anyone else who wants to know:
new Text(page, SWT.NONE);
Geoff