static void aSetImageFromSnippet(final ImageView iv, fS imageID) { thread "Load image" { aSetImageFromFile(iv, loadLibrary(imageID)); } }