drewhannay / chess

A Java application for defining and playing chess variants
http://chesscrafter.com
36 stars 45 forks source link

Preferences have been converted to use System preferences. #193

Closed ghost closed 9 years ago

ghost commented 9 years ago

Preferences will now be stored by the OS on a per user basis. Preference files will no longer be needed. This is using the Java provided preference methods. Note that Windows users may see a warning message in the console when the system attempts to access the user's preferences. This is a "feature" of the java code.