home *** CD-ROM | disk | FTP | other *** search
/ S283 Planetary Science &n…he Search for Life DVD 2 / DVD-ROM.iso / install / jre1_3 / lib / rt.jar / javax / swing / plaf / metal / MetalFileChooserUI$DirectoryComboBoxAction.class (.txt) < prev    next >
Encoding:
Java Class File  |  1979-12-31  |  968 b   |  20 lines

  1. package javax.swing.plaf.metal;
  2.  
  3. import java.awt.event.ActionEvent;
  4. import java.io.File;
  5. import javax.swing.AbstractAction;
  6.  
  7. public class MetalFileChooserUI$DirectoryComboBoxAction extends AbstractAction {
  8.    // $FF: synthetic field
  9.    private final MetalFileChooserUI this$0;
  10.  
  11.    protected MetalFileChooserUI$DirectoryComboBoxAction(MetalFileChooserUI var1) {
  12.       super("DirectoryComboBoxAction");
  13.       this.this$0 = var1;
  14.    }
  15.  
  16.    public void actionPerformed(ActionEvent var1) {
  17.       this.this$0.getFileChooser().setCurrentDirectory((File)MetalFileChooserUI.access$1700(this.this$0).getSelectedItem());
  18.    }
  19. }
  20.