| Excerpt |
|---|
SwingxtrasBuilder is a Groovy builder for an heterogeneous collection of Swing components |
Description
SwingxtrasBuilder is a Groovy builder for an heterogeneous collection of Swing components. Those components are not packaged on a suite or their suite is too small to warrant a builder of their own.
Download
Installing
Drop swingxtrasbuilder-0.3 into $GROOVY_HOME/lib along with its dependencies
- l2fprod.common-all (htt2://l2fprod.com/common)
- BalloonTip
- xswingx
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>swingxtrasbuilder</artifactId> <version>0.3<4</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:swingxtrasbuilder:0.34' } |
All these dependencies can be downloaded from this directory too.
...
Pre-requisites
Groovy 1.8.0 6 is the required minimum version to run SwingxtrasBuilder 0.34
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 SwingxtrasBuilder 0.34, they are listed in alphabetic order according the group that contains them. Component groups are a good way to organize nodes, they also serve another purpose when used with Griffon's CompositeBuilder.
...