Is there a styleguide for developing SWT applications?

eclipse, eclipse-rcp, styling, swt

Solution

There is Eclipse User Interface guidelines. Also see some UI walk troughs in Eclipse User Interface Best Practices Working Group.

Problem

I'm not a proficient GUI developer, and I have no talent for design. Is there a comprehensive style guide for developing SWT applications? I'm especially interested in standards for developing layouts, what margins and spacing between controls to use, font sizes and stuff like that.

Original source