[card.plugin] Displaying JXPanel in case there is no image.

This commit is contained in:
magenoxx 2010-11-19 15:10:04 +00:00
parent 502b21fddb
commit 3a0fd73854
4 changed files with 40 additions and 2 deletions

View file

@ -52,6 +52,11 @@
<artifactId>google-collections</artifactId>
<version>1.0</version>
</dependency>
<dependency>
<groupId>org.swinglabs</groupId>
<artifactId>swingx</artifactId>
<version>1.6.1</version>
</dependency>
</dependencies>
<build>