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

  1. package com.sun.java.swing;
  2.  
  3. import java.awt.event.ActionEvent;
  4. import java.awt.event.ActionListener;
  5.  
  6. class ToolTipManager$stillInsideTimerAction implements ActionListener {
  7.    // $FF: synthetic field
  8.    private final ToolTipManager this$0;
  9.  
  10.    public void actionPerformed(ActionEvent var1) {
  11.       this.this$0.hideTipWindow();
  12.       this.this$0.enterTimer.stop();
  13.       this.this$0.showImmediately = false;
  14.    }
  15.  
  16.    ToolTipManager$stillInsideTimerAction(ToolTipManager var1) {
  17.       this.this$0 = var1;
  18.       this.this$0 = var1;
  19.    }
  20. }
  21.