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 / BasicComboBoxUI$1.class (.txt) < prev    next >
Encoding:
Java Class File  |  1979-12-31  |  704 b   |  22 lines

  1. package javax.swing.plaf.basic;
  2.  
  3. class BasicComboBoxUI$1 implements Runnable {
  4.    // $FF: synthetic field
  5.    private final BasicComboBoxUI this$0;
  6.  
  7.    BasicComboBoxUI$1(BasicComboBoxUI var1) {
  8.       this.this$0 = var1;
  9.    }
  10.  
  11.    public void run() {
  12.       if (this.this$0.comboBox != null) {
  13.          if (this.this$0.editor != null) {
  14.             this.this$0.editor.setFont(this.this$0.comboBox.getFont());
  15.          }
  16.  
  17.          this.this$0.installKeyboardActions();
  18.       }
  19.  
  20.    }
  21. }
  22.