天然パーマです。

KeyTest.java

import java.awt.*;
import java.awt.event.*;
public class KeyTest{
	public static void main(String args[]){
		try{Thread.sleep(5000);}catch(Exception e){} // 5秒待つ
		KeyType kt= new KeyType();
		kt.KeySet("ahosugano");
	}
}