BinClock applet demo

To use BinClockApplet add the following code to your HTML page:

<object classid="java:org.rexi.binclockapplet.BinClockApplet.class"
        codetype="application/java"
        width="120" height="80">
    <param name="codebase" value="../../applets/"/>
    <param name="archive" value="binclockapplet-0.1.1.jar"/>
    <param name="backgroundcolor" value="c0c0c0"/>
</object>
Make sure you pass the correct values to codebase and archive. codebase points to the directory where you placed the applet's JAR file, archive specifies the name of the applet's JAR file. You can adjust the width and height parameters to fit your needs. To set the background color you can pass a parameter named backgroundcolor with the color value to the applet.