Day04 (事件監聽(鼠標 鍵盤 窗口等))

事件監聽 入門示例代碼: public class TestActionEvent { public static void main(String[] args) { //按下按鈕,觸發一些事件 Frame frame = new Frame(); Button button = new Button(); //由於addA
相關文章
相關標籤/搜索