home *** CD-ROM | disk | FTP | other *** search
/ S283 Planetary Science &n…he Search for Life DVD 2 / DVD-ROM.iso / install / jre1_3 / lib / rt.jar / java / awt / Dialog$1.class (.txt) < prev    next >
Encoding:
Java Class File  |  1979-12-31  |  510 b   |  15 lines

  1. package java.awt;
  2.  
  3. class Dialog$1 implements Conditional {
  4.    // $FF: synthetic field
  5.    private final Dialog this$0;
  6.  
  7.    Dialog$1(Dialog var1) {
  8.       this.this$0 = var1;
  9.    }
  10.  
  11.    public boolean evaluate() {
  12.       return Dialog.access$000(this.this$0) && this.this$0.windowClosingException == null;
  13.    }
  14. }
  15.