Introduction to SWT library

    SWT是XWorker对Eclipse的SWT库的模型化,使用SWT模型是为了快速开发本地界面程序。

    SWT model is modeling for Eclipse SWT library, using SWT model in order to develop local interface program.

1.Maven dependencies

<dependency>
    <groupId>org.xworker</groupId>
    <artifactId>xworker_swt</artifactId>
    <version>1.4.2-SNAPSHOT</version>
</dependency>	

2.Common things

  • xworker.swt.widgets.Shell
    Shell is SWT Windows, programs that use it as a descriptor for creating SWT Models. 

3.Demo

 

Copyright ©  2007-2019 XWorker.org  版权所有  沪ICP备08000575号