From: Snowdog <sn...@ga...> - 2006-05-23 16:37:43
|
Mark Tarrabain wrote: > NeoSkye wrote: >> I'm partial to the viewable myself, if they are gonna >> mess with them, they'll find them anyways. >> >> And even though it hasn't been mentioned, and prbly >> don't need to say anything...I'm against using the >> Java API Preferences stuff. In windows it saves to >> registry which in my experience is a pain. > > Why is it a pain, exactly? The Java registry API works the same on windows as it does with other systems (like unix) that don't have a defined 'registry'. So I'm with mark in asking why it's a pain. OpenRPG won't be using the 'Registry' anyway. Like in openrpg1 we will be using a dedicated directory in the users home to hold plain text properties files. This makes them easy to manually edit and simplifies loading/saving of preference info. --Snowdog |