<BASE HREF="/users/student/mat/aztoruns/java/ClickMe/example1.html">

<!--applet-->
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
  <head>
    <title>ClickMe demo</title>
  </head>

  <body BGCOLOR="#FFFFFF">
      <h1>ClickMe demo</h1>
      <APPLET CODE="ClickMe" WIDTH=320 HEIGHT=180>
        <PARAM NAME="a" VALUE="5.01187">
        <PARAM NAME="b" VALUE="1.17286">
        <PARAM NAME="bkcolor" VALUE="0xAAAAAA">
        <PARAM NAME="drawcolor" VALUE="0xFFFFFF">
        <PARAM NAME="selectcolor" VALUE="0x00FF00">

      </APPLET>
      <P>
        This applet features on screen a Lissajoux curve.
        The equation is simple 
        </P>                
      <PRE>
(sin(c*t+d), sin(a*t+b))
      </PRE>
      where 
        <VAR>a,b,c,d</VAR> are variables set by user to get diffrent shapes.
        The variable <VAR>t</VAR> desribes time and is updated constantly
        with pre-chosen <VAR>delta</VAR> value.        
        
        <P>The colors as also paramters of curve can be freely customized
        using parameters. See source of this page.

      <P>The applet let user choose the a nad b        parameters by converting
        position of mouse click.
      <P>For more information please 
      see source of <A HREF="ClickMe.java">ClickMe.java</A> or 
        write e-mail to me.
      <P>Hope you like this applet.
      <hr>
      <address><a href="mailto:aztoruns@mat.uni.torun.pl">Aleksander Slominski</a></address>
<!-- Created: Tue Jan 21 19:57:16 MET 1997 -->
<!-- hhmts start -->
Last modified: Sun Mar  2 12:27:46 MET 
<!-- hhmts end -->
  </body>
</html>