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 / ProgramInfoDialog$3.class (.txt) < prev    next >
Encoding:
Java Class File  |  2004-09-19  |  728 b   |  18 lines

  1. package programinfo;
  2.  
  3. import java.awt.event.ActionEvent;
  4. import java.awt.event.ActionListener;
  5.  
  6. class ProgramInfoDialog$3 implements ActionListener {
  7.    // $FF: synthetic field
  8.    private final ProgramInfoDialog this$0;
  9.  
  10.    ProgramInfoDialog$3(ProgramInfoDialog this$0) {
  11.       this.this$0 = this$0;
  12.    }
  13.  
  14.    public void actionPerformed(ActionEvent evt) {
  15.       this.this$0.dispose();
  16.    }
  17. }
  18.