home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 2000 March / pcp161a.iso / handson / files / copyjava.exe / com / sun / java / swing / text / StyleContext$1.class (.txt) < prev    next >
Encoding:
Java Class File  |  1998-02-26  |  871 b   |  16 lines

  1. package com.sun.java.swing.text;
  2.  
  3. final class StyleContext$1 implements Runnable {
  4.    // $FF: synthetic field
  5.    private final StyleContext this$0;
  6.  
  7.    public void run() {
  8.       this.this$0.removeUnusedSets();
  9.    }
  10.  
  11.    // $FF: synthetic method
  12.    StyleContext$1(StyleContext var1) {
  13.       this.this$0 = var1;
  14.    }
  15. }
  16.