A sample application
I have added a couple of applications in the example directory that can be used as a template for building other applications. Here is an extract from a basic TextEditor that shows how to use the JFace builder: mainapp = jface.applicationWindow( title:"Groovy Text Editor ... Other labels:
gui, builder
groovy-swt - Comparing the java and the groovy code
show how to use the the JFace builder I converted a couple of applications from the standard SWT example set: TextEditor: A simple application showing how to use menubar, toolbar and a StyledText. AddressBook: A more complete application with a simple addressbook. Shows ... Other labels:
gui, builder