Application built using SWTML
Complete or Template SWT Application built using SWTML. Code provided here to understand the concepts of SWTML. Use at your own discretion.
- Text Editor
This is an example of a full working TextEditor application using SWTML. The purpose of this example is to demonstrate how SWTML ties in with an application and how to separate your presentation. The example given is a fairly simple yet complete mini-framework for building SWTML driven applications quickly and easily. Once you understand the concepts of presentation separation, you should be able to apply them to any type of programming pattern. With that said, you may use the following code at your own discretion, and at your own risk.
- HTML Browser
A HTML Browser application.