src/java.desktop/share/classes/sun/applet/AppletPanel.java

Print this page

        

@@ -42,11 +42,10 @@
 import sun.awt.AWTAccessor;
 import sun.awt.AppContext;
 import sun.awt.EmbeddedFrame;
 import sun.awt.SunToolkit;
 import sun.misc.ManagedLocalsThread;
-import sun.misc.MessageUtils;
 import sun.misc.PerformanceLogger;
 import sun.security.util.SecurityConstants;
 
 /**
  * Applet panel class. The panel manages and manipulates the

@@ -116,12 +115,10 @@
     /**
      * The current applet size.
      */
     Dimension currentAppletSize = new Dimension(10, 10);
 
-    MessageUtils mu = new MessageUtils();
-
     /**
      * The thread to use during applet loading
      */
 
     Thread loaderThread = null;