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

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