緣由:java
點擊button會讓jframe失去焦點,而後鍵盤監聽不起做用blog
解決:class
讓jframe從新獲取焦點就好了di
jf.setFocusable(true); // JFrame jf = new JFrame("美女");