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$2.class (.txt) < prev    next >
Encoding:
Java Class File  |  2004-09-19  |  880 b   |  22 lines

  1. package programinfo;
  2.  
  3. import devplugin.Program;
  4. import java.awt.event.MouseAdapter;
  5. import java.awt.event.MouseEvent;
  6.  
  7. class ProgramInfoDialog$2 extends MouseAdapter {
  8.    // $FF: synthetic field
  9.    private final Program val$program;
  10.    // $FF: synthetic field
  11.    private final ProgramInfoDialog this$0;
  12.  
  13.    ProgramInfoDialog$2(ProgramInfoDialog this$0, Program val$program) {
  14.       this.this$0 = this$0;
  15.       this.val$program = val$program;
  16.    }
  17.  
  18.    public void mouseClicked(MouseEvent e) {
  19.       ProgramInfoDialog.access$000(this.this$0, e, this.val$program);
  20.    }
  21. }
  22.