home *** CD-ROM | disk | FTP | other *** search
- package sun.applet;
-
- import java.awt.event.WindowAdapter;
- import java.awt.event.WindowEvent;
-
- final class AppletViewer$1 extends WindowAdapter {
- // $FF: synthetic field
- private final AppletViewer this$0;
-
- public void windowClosing(WindowEvent var1) {
- this.this$0.appletClose();
- }
-
- public void windowIconified(WindowEvent var1) {
- this.this$0.appletStop();
- }
-
- public void windowDeiconified(WindowEvent var1) {
- this.this$0.appletStart();
- }
-
- // $FF: synthetic method
- AppletViewer$1(AppletViewer var1) {
- this.this$0 = var1;
- }
- }
-