this.output = output;
this.collector = Collector.getInstance();
this.matrixData = this.collector.getMatrix();
this.layout = ph.getLayout();
lsow = new LedSimulatorOutputWindow(matrixData, ph.getLedPixelSize(), layout);
LOG.log(Level.INFO, "Create LED Matrix simulator window: "+lsow);
Point p = lsow.getWindowSize();
this.parent = papplet;
this.parent.size(p.getX(), p.getY());