Package net.sourceforge.seriesdownloader.model

Examples of net.sourceforge.seriesdownloader.model.WatchList


      ObjectInputStream in = new ObjectInputStream(new FileInputStream(SHOW_FILENAME));
      watchList = (WatchList) in.readObject();
      in.close();
    } catch (Exception e) {
      Main.addStatus("Unable to find shows.", false);
      watchList = new WatchList();
    }
  }
View Full Code Here

TOP

Related Classes of net.sourceforge.seriesdownloader.model.WatchList

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.