use splash screen functionality in Java 6

master
beholder 2012-02-14 16:00:51 +01:00
parent c3b0cd1204
commit 5b6ac71666
2 changed files with 1 additions and 6 deletions

View File

@ -35,6 +35,7 @@
<jar destfile="release/Magarena.jar" basedir="build" includes="**/*.*">
<manifest>
<attribute name="Main-Class" value="magic.MagicMain" />
<attribute name="SplashScreen-Image" value="magic/data/textures/logo.jpg" />
</manifest>
</jar>
</target>

View File

@ -21,10 +21,4 @@
<initialHeapSize>256</initialHeapSize>
<maxHeapSize>256</maxHeapSize>
</jre>
<splash>
<file>magarena.bmp</file>
<waitForWindow>true</waitForWindow>
<timeout>60</timeout>
<timeoutErr>true</timeoutErr>
</splash>
</launch4jConfig>