Package com.jgoodies.uif.application

Examples of com.jgoodies.uif.application.ApplicationConfiguration


     */
    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
        }
View Full Code Here

TOP

Related Classes of com.jgoodies.uif.application.ApplicationConfiguration

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.