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

Examples of org.jamesii.gui.application.preferences.config.ConfFile.readFile()


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

  /**
   * Use this method to persist a serializable value identified by a unique id.
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.