home *** CD-ROM | disk | FTP | other *** search
/ S283 Planetary Science &… the Search for Life CD 3 / 0_CD-ROM.iso / install / jre1_3 / lib / rt.jar / sun / awt / MostRecentThreadAppContext.class (.txt) < prev    next >
Encoding:
Java Class File  |  1979-12-31  |  305 b   |  12 lines

  1. package sun.awt;
  2.  
  3. final class MostRecentThreadAppContext {
  4.    final Thread thread;
  5.    final AppContext appContext;
  6.  
  7.    MostRecentThreadAppContext(Thread var1, AppContext var2) {
  8.       this.thread = var1;
  9.       this.appContext = var2;
  10.    }
  11. }
  12.