Example #1
0
 /** Place the GUI focus on the text area. */
 public void focusOnTextInput() {
   text_area.requestFocusInWindow();
 }