Esempio n. 1
0
 /**
  * Types a character
  *
  * @param c The character to type
  */
 public void type(char c) {
   handler.typeKey(c);
 }