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

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