缘由:java
点击button会让jframe失去焦点,而后键盘监听不起做用blog
解决:class
让jframe从新获取焦点就好了di
jf.setFocusable(true); // JFrame jf = new JFrame("美女");