| Excerpt |
|---|
FlamingoBuilder is a Groovy builder for the open source Flamingo Swing component suite |
Description
Flamingo's goal is to provide a small and cohesive set of powerful UI components with functionality similar to or superseding that of Vista Explorer and Office 2007. FlamingoBuilder puts the Flamingo Swing Component Suite right at your fingertips with an easy-to-use DSL, this builder can be used with any other SwingBuilder based builder (such as SwingXBuilder and JideBuilder).
Download
Installing
Drop flamingobuilder-0.4 5 into $GROOVY_HOME/lib along with its dependencies
Maven
| Code Block |
|---|
<repository> <id>codehaus-release</id> <name>Codehaus</name> <url>http://repository.codehaus.org</url> </repository> <repository> <id>sonatype-release</id> <name>Sonatype</name> <url>http://repository.sonatype.org/content/groups/public</url> </repository> <dependency> <groupId>org.codehaus.griffon</groupId> <artifactId>flamingobuilder</artifactId> <version>0.4<5</version> </dependency> |
Gradle
| Code Block |
|---|
repositories { mavenRepo name: 'Codehaus', urls: 'http://repository.codehaus.org' mavenRepo name: 'Sonatype', urls: 'http://repository.sonatype.org/content/groups/public' } dependencies { compile 'org.codehaus.griffon:flamingobuilder:0.45' } |
All these dependencies can be downloaded from this directory too.
...
Pre-requisites
Groovy 1.8.0 6 is the required minimum version to run FlamingoBuilder 0.45
It is recommended that you upgrade to the 1.8.x series in order to take advantage of
...
These are the nodes currently supported by FlamingoBuilder 0.45, they are listed in groups. Component groups are a good way to organize nodes, they also serve another purpose when used with Griffon's CompositeBuilder.
...