home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1997 August / PCO0897.ISO / browser / tonline / ie32.exe / IEXPLORE.CAB / TCLASSES.ZIP / sun / applet / AppletThreadGroup.class (.txt) < prev    next >
Encoding:
Java Class File  |  1996-10-01  |  359 b   |  9 lines

  1. package sun.applet;
  2.  
  3. class AppletThreadGroup extends ThreadGroup {
  4.    AppletThreadGroup(String var1) {
  5.       super(var1);
  6.       ((ThreadGroup)this).setMaxPriority(6);
  7.    }
  8. }
  9.