home *** CD-ROM | disk | FTP | other *** search
- package FontViewer.windows;
-
- import java.awt.event.WindowAdapter;
- import java.awt.event.WindowEvent;
-
- class MainWindow$2 extends WindowAdapter {
- // $FF: synthetic field
- private final MainWindow this$0;
-
- MainWindow$2(MainWindow this$0) {
- this.this$0 = this$0;
- }
-
- public void windowActivated(WindowEvent evt) {
- MainWindow.access$100(this.this$0, evt);
- }
-
- public void windowClosing(WindowEvent evt) {
- MainWindow.access$200(this.this$0, evt);
- }
- }
-