summaryrefslogtreecommitdiff
path: root/javax/swing/JToolTip.java
diff options
context:
space:
mode:
Diffstat (limited to 'javax/swing/JToolTip.java')
-rw-r--r--javax/swing/JToolTip.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/javax/swing/JToolTip.java b/javax/swing/JToolTip.java
index daf9f0a21..8099ef938 100644
--- a/javax/swing/JToolTip.java
+++ b/javax/swing/JToolTip.java
@@ -35,15 +35,16 @@ this exception to your version of the library, but you are not
obligated to do so. If you do not wish to do so, delete this
exception statement from your version. */
+
package javax.swing;
import java.awt.AWTEvent;
+
import javax.accessibility.Accessible;
import javax.accessibility.AccessibleContext;
import javax.accessibility.AccessibleRole;
import javax.swing.plaf.ToolTipUI;
-
/**
* This class is used to display ToolTips. ToolTips are small floating windows
* that display text when the mouse comes to rest over a Component. ToolTips