Show/Display Message In Browser Status Bar Using Applet

java packages » java.applet
By using showStatus method of Applet will display message on status bar, if status bar is enabled
Java Example Program / Sample Source Code
Html Code
<html>
    <head>
    <title>ShowMessageApplet</title>
    </head>
    <body>
        <applet code="ShowMessageApplet" width="700" height="500">
        </applet>
    </body>
</html>

Applet


AppletContext

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