Properties.cfg and Webstart

Hiya,



Does anyone use JMonkey actively with Webstart? I'm curious as to how the properties.cfg get saved in a webstart environment. As best as I can tell, the file doesn't get save and my application always starts in 640x480 fullscreen mode.



Cheers,



Alex

If modified my code to look for the properties.cfg in System.getProperties("user.home"); and have my custom splash screen save it there. Im just wondering if there is a better solution?