|
All content with label groovy-swt.
Related Labels:
builder
, gui
A sample application
(Groovy)
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
(Groovy)
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 ...
|
|
|