@echo off
echo;
echo Run SplashTest...
if not exist SplashTest.class javac SplashTest.java
java -splash:SnowFlake.gif SplashTest
