A small jar file containing Plastic-aware widgets such as menu items that self-populate with any connected plastic applications.
Documentation include code samples can be found by following the Javadoc and xref links to the left.
Maven users can automatically download and link to this, and any dependent jars, by including the following in their POM:
<dependency> <groupId>org.votech.ds6.plastic</groupId> <artifactId>plastic-widgets</artifactId> <version>version</version> <type>jar</type> </dependency> ... <repositories> <repository> <id>agmaven1</id> <name>AstroGrid Maven 1.0</name> <url>http://www.astrogrid.org/maven</url> <layout>legacy</layout> </repository> <repository> <id>agmaven2</id> <name>AstroGrid Maven 2.0</name> <url>http://www.astrogrid.org/maven</url> </repository> </repositories>