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

  1. package com.sun.java.swing.plaf.basic;
  2.  
  3. import java.awt.event.ComponentAdapter;
  4. import java.awt.event.ComponentEvent;
  5.  
  6. final class BasicTreeUI$1 extends ComponentAdapter {
  7.    // $FF: synthetic field
  8.    private final BasicTreeUI this$0;
  9.  
  10.    public void componentMoved(ComponentEvent var1) {
  11.       this.this$0.validCachedPreferredSize = false;
  12.    }
  13.  
  14.    // $FF: synthetic method
  15.    BasicTreeUI$1(BasicTreeUI var1) {
  16.       this.this$0 = var1;
  17.    }
  18. }
  19.