home *** CD-ROM | disk | FTP | other *** search
- package tetris_std;
-
- import java.util.TimerTask;
-
- class maingame$timertask extends TimerTask {
- // $FF: synthetic field
- private final maingame this$0;
-
- maingame$timertask(maingame this$0) {
- this.this$0 = this$0;
- }
-
- public void run() {
- maingame.access$000(this.this$0).movedown(1);
- maingame.access$100(this.this$0, maingame.access$000(this.this$0));
- maingame.access$200(this.this$0);
- }
- }
-