!7 static ScreenLens lens; static int zoom = 2; p-substance { lens = new ScreenLens; lens.w = lens.h = 100; lens.postProcess = func(BufferedImage img) { renderSegments(img, fhSegment(img)) }; lens.start(); }