svoid test_imageSurfaceRevalidationInFullCenter() { ImageSurface imageSurface = imageSurface(); showFrame(jMinSize(500, 500, jscroll_borderless(setBackground(Color.gray, jFullCenter(imageSurface))))); print("Image surface size: " + jGetSize(imageSurface)); }