home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1997 October / PCO1097.ISO / FilesBBS / WIN95 / IAVAZIP.EXE / DATA.Z / confirmNewPath$2.class (.txt) < prev    next >
Encoding:
Java Class File  |  1997-08-18  |  523 b   |  19 lines

  1. package com.sfs.iavazip;
  2.  
  3. import java.awt.Insets;
  4. import java.awt.Label;
  5.  
  6. class confirmNewPath$2 extends Label {
  7.    // $FF: synthetic field
  8.    final confirmNewPath this$0;
  9.  
  10.    public Insets getInsets() {
  11.       return new Insets(3, 0, 3, 0);
  12.    }
  13.  
  14.    confirmNewPath$2(confirmNewPath var1, String var2, int var3) {
  15.       super(var2, var3);
  16.       this.this$0 = var1;
  17.    }
  18. }
  19.