148149150151152153154155
/** * */ public void startSlicing() { WorkerSlicer swSlicer = new WorkerSlicer(this); swSlicer.execute(); }