diff options
Diffstat (limited to 'libjava/classpath/javax/swing/JApplet.java')
-rw-r--r-- | libjava/classpath/javax/swing/JApplet.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/classpath/javax/swing/JApplet.java b/libjava/classpath/javax/swing/JApplet.java index 68eb983..d725131 100644 --- a/libjava/classpath/javax/swing/JApplet.java +++ b/libjava/classpath/javax/swing/JApplet.java @@ -79,7 +79,7 @@ public class JApplet extends Applet protected AccessibleContext accessibleContext; private static final long serialVersionUID = 7269359214497372587L; - + protected JRootPane rootPane; /** @@ -196,7 +196,7 @@ public class JApplet extends Applet { super.processKeyEvent(e); } - + public void remove(Component comp) { // If we're removing the root pane, use super.remove. Otherwise |