Package org.jamesii.gui.application.preferences.config

Examples of org.jamesii.gui.application.preferences.config.MainConfFile


   * @throws FileNotFoundException
   * @throws Exception
   */
  public static void addFromFile(String file)
      throws FileNotFoundException {
    ConfFile m = new MainConfFile();
    m.readFile(file);
    INSTANCE.config.add(m);
  }
View Full Code Here

TOP

Related Classes of org.jamesii.gui.application.preferences.config.MainConfFile

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.