*/
public static synchronized ApplicationConfiguration getConfiguration()
{
if (configuration == null)
{
configuration = new ApplicationConfiguration(
prefix, // Root node for prefs and logs
"", // resource.properties URL
"docs/Help.hs", // Helpset URL
"docs/tips/index.txt"); // Tips index path
}