[ << ] [ < ] [ Up ] [ > ] [ >> ]         [Top] [Contents] [Index] [ ? ]

3.37 Applet support

A Schluessel program can be used as a Java applet.
If you wish to execute as a Java applet, you adds the following code fragment to your HTML page.

<applet
 codebase="."
 code="net.morilib.lisp.applet.SchlushApplet.class"
 archive="schluessel.jar"
 width="400" height="200">
 <param name="scheme-program"
  value="your-scheme-program.scm" />
</applet>
Variable: *applet*

Variable indicates a frame of the Java applet.


[ << ] [ < ] [ Up ] [ > ] [ >> ]

This document was generated on August 9, 2012 using texi2html 5.0.