Changes between Version 3 and Version 4 of waue/2009/0717


Ignore:
Timestamp:
Jul 17, 2009, 1:51:47 PM (15 years ago)
Author:
waue
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • waue/2009/0717

    v3 v4  
    3131   * 以下實做了圖形介面的按鍵,由於implements ActioinListener,因此要實做actionPerformed功能,而這功能可以用他的event來進行實做
    3232 {{{
     33#!java
    3334class A extends Applet Implements ActionListener {
    3435 ...