Often when I use SWT templates in a presentation, some people look amazed, so I thought it's worth sharing. If you write SWT code and don't know these templates yet, you may be wasting time typing the same code over and over again. Whenever you write an SWT snippet, you start with a Display, a Shell, and the SWT mainloop. That's this piece of code that...
Read More