aboutsummaryrefslogtreecommitdiff
path: root/libjava/javax/swing/JLayeredPane.java
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/javax/swing/JLayeredPane.java')
-rw-r--r--libjava/javax/swing/JLayeredPane.java6
1 files changed, 4 insertions, 2 deletions
diff --git a/libjava/javax/swing/JLayeredPane.java b/libjava/javax/swing/JLayeredPane.java
index ca49378..6921780 100644
--- a/libjava/javax/swing/JLayeredPane.java
+++ b/libjava/javax/swing/JLayeredPane.java
@@ -35,11 +35,13 @@ 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.*;
+import java.awt.Component;
+import javax.accessibility.Accessible;
-public class JLayeredPane extends JComponent
+public class JLayeredPane extends JComponent implements Accessible
{
JLayeredPane()
{