Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
docs:programming:java:preferences [2007/07/20 23:05] – created billh | docs:programming:java:preferences [2008/08/03 00:25] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Preferences ====== | ====== Preferences ====== | ||
+ | |||
===== User Preferences ===== | ===== User Preferences ===== | ||
You need to store keys and values that are both strings, for a specific user, with platform independence. | You need to store keys and values that are both strings, for a specific user, with platform independence. | ||
+ | * note that the class needs a package name because this is how the user preference system stores the name | ||
==== Example ==== | ==== Example ==== |