home *** CD-ROM | disk | FTP | other *** search
- import java.awt.event.MouseEvent;
- import java.awt.event.MouseMotionAdapter;
-
- final class Click3$1 extends MouseMotionAdapter {
- // $FF: synthetic field
- private final Click3 this$0;
-
- public void mouseMoved(MouseEvent var1) {
- int var2 = var1.getX() - this.this$0.puck.getSize().width / 2;
- int var3 = this.this$0.getSize().height - this.this$0.puck.getSize().height;
- this.this$0.puck.setLocation(var2, var3);
- }
-
- // $FF: synthetic method
- Click3$1(Click3 var1) {
- this.this$0 = var1;
- }
- }
-