home *** CD-ROM | disk | FTP | other *** search
- package dsntool;
-
- import java.awt.event.ActionEvent;
- import java.awt.event.WindowAdapter;
- import java.awt.event.WindowEvent;
- import java.util.EventObject;
-
- class ChangeBox$SymWindow extends WindowAdapter {
- // $FF: synthetic field
- private final ChangeBox this$0;
-
- public void windowClosing(WindowEvent var1) {
- Object var2 = ((EventObject)var1).getSource();
- if (var2 == this.this$0) {
- ChangeBox var4 = this.this$0;
- ActionEvent var3;
- if (var4.header.equals("Load DSN, Changes Pending")) {
- this.this$0.cancelButton.setLabel("Load Cancel");
- var3 = new ActionEvent(this.this$0.cancelButton, 1001, "button");
- } else {
- this.this$0.cancelButton.setLabel("Default Cancel");
- var3 = new ActionEvent(this.this$0.cancelButton, 1001, "button");
- }
-
- this.this$0.Button_Action(var3);
- }
-
- }
-
- ChangeBox$SymWindow(ChangeBox var1) {
- this.this$0 = var1;
- this.this$0 = var1;
- }
- }
-