home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 2000 March / pcp161a.iso / handson / files / copyjava.exe / com / sun / java / swing / ToolTipManager$insideTimerAction.class (.txt) < prev    next >
Encoding:
Java Class File  |  1998-02-26  |  1.1 KB  |  23 lines

  1. package com.sun.java.swing;
  2.  
  3. import java.awt.event.ActionEvent;
  4. import java.awt.event.ActionListener;
  5.  
  6. class ToolTipManager$insideTimerAction implements ActionListener {
  7.    // $FF: synthetic field
  8.    private final ToolTipManager this$0;
  9.  
  10.    public void actionPerformed(ActionEvent var1) {
  11.       if (this.this$0.insideComponent != null && this.this$0.insideComponent.isShowing()) {
  12.          this.this$0.showImmediately = true;
  13.          this.this$0.showTipWindow();
  14.       }
  15.  
  16.    }
  17.  
  18.    ToolTipManager$insideTimerAction(ToolTipManager var1) {
  19.       this.this$0 = var1;
  20.       this.this$0 = var1;
  21.    }
  22. }
  23.