home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2005 June / PCpro_2005_06.ISO / files / opensource / tvbrowser / TvBrowser_1.0.exe / plugins / ProgramInfo.jar / programinfo / ProgramInfo$1.class (.txt) < prev    next >
Encoding:
Java Class File  |  2004-09-19  |  1.1 KB  |  22 lines

  1. package programinfo;
  2.  
  3. import java.awt.event.ComponentAdapter;
  4. import java.awt.event.ComponentEvent;
  5.  
  6. class ProgramInfo$1 extends ComponentAdapter {
  7.    // $FF: synthetic field
  8.    private final ProgramInfo this$0;
  9.  
  10.    ProgramInfo$1(ProgramInfo this$0) {
  11.       this.this$0 = this$0;
  12.    }
  13.  
  14.    public void componentMoved(ComponentEvent e) {
  15.       e.getComponent().getLocation(ProgramInfo.access$000(this.this$0));
  16.    }
  17.  
  18.    public void componentResized(ComponentEvent e) {
  19.       e.getComponent().getSize(ProgramInfo.access$100(this.this$0));
  20.    }
  21. }
  22.