hi..
In my one of main class i have includes code for splash screen using swing....
so when i am running the code i use this command
java -splash:<image name> Main
--------
I have also created Manifest.txt <Main-Class : Main> file which play the role for Entry file into jar but the Problem is i dont know how to include the option for splash screen...
please Help me out...
Thank You