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

  1. package programinfo;
  2.  
  3. import javax.swing.JScrollPane;
  4.  
  5. class ProgramInfoDialog$4 implements Runnable {
  6.    // $FF: synthetic field
  7.    private final JScrollPane val$scrollPane;
  8.    // $FF: synthetic field
  9.    private final ProgramInfoDialog this$0;
  10.  
  11.    ProgramInfoDialog$4(ProgramInfoDialog this$0, JScrollPane val$scrollPane) {
  12.       this.this$0 = this$0;
  13.       this.val$scrollPane = val$scrollPane;
  14.    }
  15.  
  16.    public void run() {
  17.       this.val$scrollPane.getVerticalScrollBar().setValue(0);
  18.    }
  19. }
  20.