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 / EventQueue$1.class (.txt) < prev    next >
Encoding:
Java Class File  |  2006-11-29  |  918 b   |  21 lines

  1. package java.awt;
  2.  
  3. import java.security.PrivilegedAction;
  4.  
  5. final class EventQueue$1 implements PrivilegedAction {
  6.    // $FF: synthetic field
  7.    final EventQueue this$0;
  8.  
  9.    EventQueue$1(EventQueue var1) {
  10.       this.this$0 = var1;
  11.    }
  12.  
  13.    public Object run() {
  14.       EventDispatchThread var1 = new EventDispatchThread(EventQueue.access$000(this.this$0), EventQueue.access$100(this.this$0), this.this$0);
  15.       var1.setContextClassLoader(EventQueue.access$200(this.this$0));
  16.       var1.setPriority(6);
  17.       var1.setDaemon(false);
  18.       return var1;
  19.    }
  20. }
  21.