Jskad/source/org/thdl/savant
dchandler 08e4e2fc57 Added a flexible mechanism for persistent boolean-, integer-, and
string-valued preferences built atop java.util.Properties.

How it works: the jvm is asked first, and then the user's prefs file, if it exists,
then the system-wide prefs file, and then the built-in preferences.  Finally, for
robustness, a default may be optionally hard-coded in the source.

I made several things configurable, too:

the default Tibetan keyboard
the default font sizes and faces
whether you want developer-only features enabled
Savant's file extension (.savant)
etc.

The only known problems are the following:

The default location for the user's preferences file is windows-specific,
arbitrary, and not in the user documentation.  Likewise for the location of the
system-wide preferences file.  You can change them using 'java -D', though.

There is no "Save preferences" option yet, and closing the program does
not save preferences either.
2002-10-14 04:06:05 +00:00
..
tib Added Javadoc files overview.html and several package.html files. 2002-10-06 18:23:27 +00:00
ucuchi Added Javadoc files overview.html and several package.html files. 2002-10-06 18:23:27 +00:00
.cvsignore Now ignoring Emacs backup files *~ 2002-09-28 14:36:27 +00:00
AnnotationPlayer.java Added copyright boilerplate. 2002-09-28 14:42:01 +00:00
JdkVersionHacks.java Added Javadoc files overview.html and several package.html files. 2002-10-06 18:23:27 +00:00
package.html Added Javadoc files overview.html and several package.html files. 2002-10-06 18:23:27 +00:00
Savant.java Added Javadoc files overview.html and several package.html files. 2002-10-06 18:23:27 +00:00
SavantFileView.java Added a flexible mechanism for persistent boolean-, integer-, and 2002-10-14 04:06:05 +00:00
SavantShell.java Added a flexible mechanism for persistent boolean-, integer-, and 2002-10-14 04:06:05 +00:00
SoundPanel.java Added Javadoc files overview.html and several package.html files. 2002-10-06 18:23:27 +00:00
TextHighlightPlayer.java Added Javadoc files overview.html and several package.html files. 2002-10-06 18:23:27 +00:00
TextPlayer.java Added Javadoc files overview.html and several package.html files. 2002-10-06 18:23:27 +00:00
TranscriptView.java Added copyright boilerplate. 2002-09-28 14:42:01 +00:00
TwoWayTextPlayer.java Added Javadoc files overview.html and several package.html files. 2002-10-06 18:23:27 +00:00