The information in this article applies to:
When you create a frame from within a Java applet and run this applet outside the Microsoft® Developer Studio® environment, the frame sizing is inconsistent and the following Warning message also appears in the frame's Status Bar:
Warning: Applet window
To disable this message so that this warning does not appear when you run the applet, you need to assert SYSTEM permissions and cabsign your applet's class files.
Frame window
public void init() { window = new Frame("A popup window"); window.resize(150,150); window.show(); }
You can disable the warning message by asserting SYSTEM permissions, and cabsigning your applet.
For additional information about cabsigning and asserting permissions, please refer to the following Knowledge Base article:
Q193877 HOWTO: Making your Java Code Trusted in Internet Explorer
For the latest Knowledge Base articles and other support information on Visual J++ and the SDK for Java, please see the following pages on the Microsoft Technical Support site:
http://support.microsoft.com/support/visualj/
http://support.microsoft.com/support/java/