home *** CD-ROM | disk | FTP | other *** search
- package com.sun.java.swing.preview;
-
- import com.sun.java.swing.AbstractAction;
- import java.awt.event.ActionEvent;
-
- class JDirectoryPane$GoUpAction extends AbstractAction {
- // $FF: synthetic field
- private final JDirectoryPane this$0;
-
- protected JDirectoryPane$GoUpAction(JDirectoryPane var1) {
- super("Go Up");
- this.this$0 = var1;
- this.this$0 = var1;
- }
-
- public void actionPerformed(ActionEvent var1) {
- this.this$0.goUp();
- }
- }
-