home *** CD-ROM | disk | FTP | other *** search
- import java.awt.event.MouseAdapter;
- import java.awt.event.MouseEvent;
-
- final class Click3$2 extends MouseAdapter {
- // $FF: synthetic field
- private final Click3 this$0;
-
- public void mouseClicked(MouseEvent var1) {
- if (this.this$0.currentTarget != null) {
- int var2 = this.this$0.currentTarget.getComponentCount();
- if (var2 == var1.getClickCount()) {
- this.this$0.currentTarget.removeAll();
- this.this$0.currentTarget.getToolkit().beep();
- this.this$0.currentTarget.repaint();
- }
- }
-
- }
-
- // $FF: synthetic method
- Click3$2(Click3 var1) {
- this.this$0 = var1;
- }
- }
-