Plastic Widgets (Java 1.5+)

A small jar file containing Plastic-aware widgets such as menu items that self-populate with any connected plastic applications.

xmdv-vo using the menu widget

Documentation include code samples can be found by following the Javadoc and xref links to the left.

Maven 2 Users

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>
        
            
Non Maven 2 users can download the jar, and list its dependencies by following the links to the left.