!7 static void go(final BufferedImage img, S title) { final JTextField tf = jTextField(title); showFormTitled("Upload Image", "Image title (optional)", tf, r { disableSubmitButton(getFrame(tf)); thread "Upload Image" { pcall-messagebox { messageBox("Image uploaded as " + uploadImage(getTextTrim(tf), toPNG(img)); } } }); }