Integer totalImages;
public Sorter(MainWindow pMW, fileIO pFileIO, jsonParser pJsonParser, LinkedList<JSONObject> pContent) {
mw = pMW;
fileIO = pFileIO;
htmlParser = new htmlParser(mw);
jsonParser = pJsonParser;
content = pContent;
contentSelf = new LinkedList<JSONObject>();
contentImages = new LinkedList<JSONObject>();