!7 static ScreenLens lens; static volatile L segments; static BufferedImage imageForSegments; static int zoom = 3; // can also choose 2 p-substance { lens = new ScreenLens; lens.w = lens.h = 100; lens.postProcess = func(BufferedImage img) { renderSegments(img, fhSegment(img)) }; lens.start(); }