159160161162163164165
* Serial key */ private static final long serialVersionUID = -3335242640820477969L; protected void dispatchKeyEvent(String type, int key, char c) { dispatchEvent("key." + type, new KeyEvent(key, c)); }