!752 p-awt { //nebula(); mistAqua(); final new JTextField tf1; final new JTextField tf2; showForm( "First Name", tf1, "Last Name", tf2, r { messageBox("Hello " + tf1.getText() + " " + tf2.getText() + "!"); }); }