Package Background

Examples of Background.Lists


   * @author Justin Wong
   * @throws IOException
   */
  @Before
  public void initilize() throws IOException{
    MY_LIST = new Lists();
    Lists.readData();
    MY_USER_HOMEFOLDER = System.getProperty("user.home");
    MY_FILE_SEPERATOR = System.getProperty("file.separator");
   
    MY_CONTESTANT_FILE = new File(MY_USER_HOMEFOLDER + MY_FILE_SEPERATOR + "Desktop" + MY_FILE_SEPERATOR + "contestant.txt");
View Full Code Here

TOP

Related Classes of Background.Lists

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.