+ "To use this test, focus the text field, click one of the test buttons and begin typing during the "
+ "synchronization operation. Verify using the debug pane that the input is being handled correctly for each "
+ "scenario.");
testColumn.add(testLabel);
final TextArea textArea = new TextArea(new StringDocument(), null, 40, 8);
textArea.setBorder(new Border(1, Color.BLUE, Border.STYLE_SOLID));
testColumn.add(textArea);
controlsColumn.addButton("3 Second Server Interaction Delay", new ActionListener() {
public void actionPerformed(ActionEvent e) {