!7 p { showFrame(vstack( jtextfield("Hello"), jtextfield("World"), jbutton("Grab", new TextAction { public void actionPerformed(ActionEvent e) { JTextComponent component = getFocusedComponent(); infoBox("Got text: " + getTextTrim(component)); } }))); }