tags:

views:

60

answers:

1

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.

+3  A: 

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

Martin Klinke