home *** CD-ROM | disk | FTP | other *** search
/ Sky at Night 2007 June / SAN CD 6-2007 CD-ROM 25.iso / pc / Software / AstroGrav_Win / Java / jre1.6.0 / lib / rt.jar / java / awt / Dialog$1$1.class (.txt) < prev    next >
Encoding:
Java Class File  |  2006-11-29  |  589 b   |  15 lines

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