224225226227228229230231232233234
} else { thread = urlField.getText(); } cacheFile = new File("MafiaBot-" + thread.hashCode() + ".cache"); Parser bot = new Parser(thread, MafiaView.this); if (!isStopped()) bot.start(); } }.start(); }