getAppletContext() In Applet

java packages » java.applet
Java Example Program / Sample Source Code
Html Code
<html>
    <head>
        <title>GetAppletContext_Applet</title>
    </head>
    <body>
        <applet code="GetAppletContext_Applet" width="700" height="500"></applet>
    </body>
</html>

Applet


AppletContext

2011-2012 JavaExamples.org Privacy Policy Powered by Google App Engine