Package | Description |
---|---|
ca.randolf.util |
Convenient utility classes that help make commonly needed programming
tasks easier.
|
Class and Description |
---|
Prefs
Easily load and save user-specific settings in the user's home directory,
and efficiently. This class handles the tedious aspects of determining
the user's home directory (when an absolute path is not provided), handling
file I/O passively so that IOException handling can be deferred, etc.
|