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