Sample: SWT browser
The SWT Browser sample is a simple, fully-featured Web
browser application that is based on the Standard Widget Toolkit (SWT)
Browser widget. The browser was built using the Java visual editor. On Windows, the browser uses Internet Explorer
as its renderer. On Linux,
the browser uses Mozilla.
Sample: SWT simple text editor
This sample is a single Java class
that demonstrates a simple plain text editor designed in the Java visual editor using Standard
Widget Toolkit (SWT) widgets. The application demonstrates simple
UI design and layout techniques using the GridLayout layout manager.