!752 p { final JTextField tf = new JTextField("i and cool"); showForm("Enter two phrases (a+b):", tf, r { S text = jreplace(tf.getText(), "and", "+"); L phrases = splitAt(text, "+"); printStructure(phrases); }); }