Animated Splash screen in Netbeans Java -


i trying make animated gif splash screen in java netbeans doesn't works.. use jpg or png files works .. want use gif animated file in splash screen using -splash:src/images/sspp.png in vm options.. please tell solutions able use animated splash screen.

i think you'll find problem comes down 2 things... 1.using command line parameter (-splash), java expects image file on file system, whereas manifest file expects embedded resource. 2.java doesn't seem capable of playing optimised gifs, gifs frames represent difference between last , current frame, instead of complete image (as far splash screen goes).

i tried using

enter image description here

and

pony02

the first image failed, second worked, difference, near can tell, first optimized , second not...


Comments

Popular posts from this blog

python 3 IndexError: list index out of range -

android - How to save instance state of selected radiobutton on menu -

IF statement in MySQL trigger -