|
Content with label gui in Groovy (See content from all spaces)
Related Labels:
builder
, 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 ...
|
GroovySWT
GroovySWT is a wrapper around SWT, the eclipse Standard Widget Toolkit . It allows you to easily write Eclipse SWT http://www.eclipse.org/swt/ applications by using Groovy's builder mechanism. Here is some SWT code using native Groovy: \\ \\ \\ \\ import ...
|
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 ...
|
WingSBuilder
WingsBuilder is a Groovy builder for the wingS Framework http://wingsframework.org Contribution Overview You can use WingSBuilder in the same fashion as Swing Builder. Most of the constructs provided by the original SwingBuilder are supported in WingSBuilder, thanks to the efforts of the wingS team in following the Swing ...
|
|
|