在你的构造方法public MyFrame()中加上this.requestFocus(); //加到方法的最后一行另外Close 类的keyTyped方法里的if(e.getKeyChar()=='a')//改成if(e.getKeyChar()==VK_A)