home *** CD-ROM | disk | FTP | other *** search
- package programinfo;
-
- import javax.swing.JScrollPane;
-
- class ProgramInfoDialog$4 implements Runnable {
- // $FF: synthetic field
- private final JScrollPane val$scrollPane;
- // $FF: synthetic field
- private final ProgramInfoDialog this$0;
-
- ProgramInfoDialog$4(ProgramInfoDialog this$0, JScrollPane val$scrollPane) {
- this.this$0 = this$0;
- this.val$scrollPane = val$scrollPane;
- }
-
- public void run() {
- this.val$scrollPane.getVerticalScrollBar().setValue(0);
- }
- }
-