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

Print this page

        

*** 42,52 **** 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 --- 42,51 ----
*** 116,127 **** /** * The current applet size. */ Dimension currentAppletSize = new Dimension(10, 10); - MessageUtils mu = new MessageUtils(); - /** * The thread to use during applet loading */ Thread loaderThread = null; --- 115,124 ----