Question

I'm interested in writing a small Java application using SWT. I'm a blind individual though so can't use the tipical drag and drop controls in an IDE approach. Pointers to an introduction of SWT with examples in creating interfaces through code would be appreciated.

Was it helpful?

Solution

The SWT Snippets may give you a good starting point. The snippets are standalone SWT programs that demonstrate typical capabilities of SWT.

OTHER TIPS

The site java2s lists lots of swt and jface examples (amongst others) as well.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top