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 / plugin.jar / sun / plugin / AppletViewer$3.class (.txt) < prev    next >
Encoding:
Java Class File  |  2006-11-29  |  594 b   |  18 lines

  1. package sun.plugin;
  2.  
  3. import java.io.File;
  4. import java.io.FilenameFilter;
  5.  
  6. final class AppletViewer$3 implements FilenameFilter {
  7.    // $FF: synthetic field
  8.    final AppletViewer this$0;
  9.  
  10.    AppletViewer$3(AppletViewer var1) {
  11.       this.this$0 = var1;
  12.    }
  13.  
  14.    public boolean accept(File var1, String var2) {
  15.       return var2.endsWith(".jar");
  16.    }
  17. }
  18.