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.
我有兴趣使用SWT编写一个小型Java应用程序。我是一个盲人,但不能在IDE方法中使用tipical拖放控件。通过代码创建接口的示例,可以理解SWT的介绍。
2 个解决方案
#1
The SWT Snippets may give you a good starting point. The snippets are standalone SWT programs that demonstrate typical capabilities of SWT.
SWT片段可能会为您提供一个良好的起点。这些片段是独立的SWT程序,展示了SWT的典型功能。
#2
The site java2s lists lots of swt and jface examples (amongst others) as well.
站点java2s列出了许多swt和jface示例(以及其他)。
#1
The SWT Snippets may give you a good starting point. The snippets are standalone SWT programs that demonstrate typical capabilities of SWT.
SWT片段可能会为您提供一个良好的起点。这些片段是独立的SWT程序,展示了SWT的典型功能。
#2
The site java2s lists lots of swt and jface examples (amongst others) as well.
站点java2s列出了许多swt和jface示例(以及其他)。