srecord noeq JMaxSpeedAnimation(IF0 renderFrame) is Swingable { new ImageSurface imageSurface; new DoubleFPSCounter fps; cachedVisualize { imageSurface.pixelate(true); imageSurface.autoZoomToDisplay(true); awtCalcContinuously(imageSurface, -> { var img = renderFrame!; fps.inc(); if (img != null) imageSurface.setImage(img); }); ret jscroll_center_borderless(imageSurface); } }