A small jar file with a customized JPanel that can be wired up to show when your application is connected to the ACR or a Plastic Hub (or both).
When disconnected it looks a bit like this:
For other examples see any of the applications linked to on the left.
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-window-frame</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>