-
Re: splash screen
Thank you so much Keang- problem solved!
The manifest was the culprit- I changed the code so that it now says:
Code:
Manifest-Version: 1.0
Ant-Version: Apache Ant 1.7.1
Created-By: 11.0-b15 (Sun Microsystems Inc.)
Main-Class: uk.co.basilios.easel.Main
Class-Path: lib/iText-2.1.3.jar lib/vecmath.jar lib/AbsoluteLayout.jar lib/Canvas_Compiler.jar
X-COMMENT: Main-Class will be added automatically by build
SplashScreen-Image: splash.gif
And created the JAR file with "jar cmf manifest.txt File.jar lib* uk* splash.gif"
:)