Download SWTML 1.0 Release Candidate 2 (Release Date: 04/06/2008)
Please read the license agreement before downloading.
If you have any questions please send email to
swtml at sheelapps dot com .
Download
swtml-1.0.RC2.zip (1.6MB) from here. Zip file contains all the necessary jars to build SWTML application.
Examples
Download the Text Editor source code
Text Editor or read online
here.
To run TextEditor example,
java -classpath ./.;swt.jar;commons-beanutils.jar;
commons-digester-1.8.jar;commons-logging-1.1.1.jar;
swtml.jar;texteditor.jar
com.sheelapps.swtml.examples.texteditor.TextEditor
Required Libraries
SWTML depends on following libraries :
- swt.jar - (SWT version 3.3)
- commons-beanutils.jar
- commons-digester-1.8.jar
- commons-logging-1.1.1.jar