Having some issues with webstart…
I finally got my images/sounds loading without any exceptions, but now for some reason it’s not displaying any of the graphics in the game other than my splashscreens.
Seems like maybe its having a problem changing into full screen mode?
Im using:
ClassLoader cl = ResourceAnchor.class.getClassLoader();
ResourceAnchor is a little empty class that I use to reference the images from (from the VAMP tutorial).
you can it via webstart from here:
http://www.fightcompany.com/redskinrampage/zwartz.jnlp
it works fine locally, just not with webstart
Any ideas? Do I have to do anything special to allow full screen mode with webstart?