Sophie

Sophie

distrib > Fedora > 13 > i386 > by-pkgid > 2cb68dd07908498b6b79003d5a0cc526 > files > 6

jmod-0.9-2.fc12.i686.rpm


<!--

    Usage instructions:

    - (optional) compile JMOD with "ant clean dist"
    - copy this file into the root of your JMOD directory
    - run the command "appletviewer jmod.html"
    - listen :)

-->

<html>
    <head>
        <title>JMOD Applet Example</title>
    </head>
    <body>
        <center>
            <applet code="examples.applet.AppletPlayer"
                    archive="releases/jmod_0_9.jar"
                    width="230"
                    height="50">

<param name="protocol" value="http">
<param name="host" value="jmod.dev.java.net">
<param name="port" value="80">
<param name="files" value="/testdata/hardwired.xm">

            </applet>
        </center>
    </body>
</html>

-->