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 / BasicToolBarUI$KeyAction.class (.txt) < prev    next >
Encoding:
Java Class File  |  1979-12-31  |  463 b   |  18 lines

  1. package javax.swing.plaf.basic;
  2.  
  3. import javax.swing.AbstractAction;
  4.  
  5. abstract class BasicToolBarUI$KeyAction extends AbstractAction {
  6.    private BasicToolBarUI$KeyAction() {
  7.    }
  8.  
  9.    public boolean isEnabled() {
  10.       return true;
  11.    }
  12.  
  13.    // $FF: synthetic method
  14.    BasicToolBarUI$KeyAction(BasicToolBarUI.1 var1) {
  15.       this();
  16.    }
  17. }
  18.