static JDesktopPane jDesktopPaneWithFitPicture_smooth_cacheScaled_loadLater(fS imageID) { final DesktopPaneWithFitPicture_smooth_cacheScaled desktop = swingNu(DesktopPaneWithFitPicture_smooth_cacheScaled); thread "Load Background" { time "Load Background in Background" { BufferedImage img = loadImage2(imageID); } desktop.setImage(img); } ret desktop; }