114115116117118119120121
*/ public void run() { constructStandalone(); // create the issue loader and start loading issues itemLoader = new ItemLoader(itemEventList, progressBar); itemLoader.start(); }