catch (InterruptedException e)
{
// TODO Auto-generated catch block
e.printStackTrace();
}
WndListner hotKeyHandler = new WndListner()
{
public int execute(int uMsg, int wParam, int lParam)
{
HotKey k = (HotKey) DummyWindow._hotKeys.get(new Integer(wParam));