home *** CD-ROM | disk | FTP | other *** search
- package com.sun.java.swing;
-
- import java.awt.event.ActionEvent;
- import java.awt.event.ActionListener;
-
- class ToolTipManager$stillInsideTimerAction implements ActionListener {
- // $FF: synthetic field
- private final ToolTipManager this$0;
-
- public void actionPerformed(ActionEvent var1) {
- this.this$0.hideTipWindow();
- this.this$0.enterTimer.stop();
- this.this$0.showImmediately = false;
- }
-
- ToolTipManager$stillInsideTimerAction(ToolTipManager var1) {
- this.this$0 = var1;
- this.this$0 = var1;
- }
- }
-