home *** CD-ROM | disk | FTP | other *** search
/ S283 Planetary Science &… the Search for Life CD 3 / 0_CD-ROM.iso / install / jre1_3 / lib / rt.jar / javax / swing / plaf / basic / BasicInternalFrameUI$1.class (.txt) < prev    next >
Encoding:
Java Class File  |  1979-12-31  |  731 b   |  22 lines

  1. package javax.swing.plaf.basic;
  2.  
  3. import java.awt.event.ActionEvent;
  4. import javax.swing.AbstractAction;
  5.  
  6. class BasicInternalFrameUI$1 extends AbstractAction {
  7.    // $FF: synthetic field
  8.    private final BasicInternalFrameUI this$0;
  9.  
  10.    BasicInternalFrameUI$1(BasicInternalFrameUI var1) {
  11.       this.this$0 = var1;
  12.    }
  13.  
  14.    public void actionPerformed(ActionEvent var1) {
  15.       this.this$0.titlePane.showSystemMenu();
  16.    }
  17.  
  18.    public boolean isEnabled() {
  19.       return this.this$0.isKeyBindingActive();
  20.    }
  21. }
  22.