首頁
返回
繼續
最後一頁
摘要
圖形
事件處理(二)
JBotton 類別可以產生ActionListener
事件的傾聽者必須implements ActionListener
JBotton用addActionListener()來設定傾聽者
傾聽者用actionPerformed(ActionEvent e) 這個method來處理事件
常用的method說明:repaint()要Component重新執行paint()