Label: builder+gui+groovy-swt

Content with label builder+gui+groovy-swt in Groovy (See content from all spaces)
There are no related labels. ( - builder, - gui, - groovy-swt )

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 ...
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 ...