Package org.tlib.config

Examples of org.tlib.config.EasyConfig


   * Create the application.
   */
  public MainForm() {
    initialize();
    try {
      easyConfig=new EasyConfig(settingsFile);
    } catch (FileNotFoundException e) {
      System.out.println("\n *** Err. MainFrame:MainFrame:EasyConfig - Exception occured. "+e.getMessage());
    }
  }
View Full Code Here

TOP

Related Classes of org.tlib.config.EasyConfig

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.