home *** CD-ROM | disk | FTP | other *** search
- package javax.swing;
-
- import java.awt.event.ActionEvent;
- import java.awt.event.ActionListener;
-
- class JViewport$1 implements ActionListener {
- // $FF: synthetic field
- private final JViewport this$0;
-
- JViewport$1(JViewport var1) {
- this.this$0 = var1;
- }
-
- public void actionPerformed(ActionEvent var1) {
- if (JViewport.access$000(this.this$0)) {
- this.this$0.repaint();
- }
-
- }
- }
-