EME 6930 Web Programming 1 - Assignment 6 Demo 7

Java WavyText Applet Demo


(Adapted from Torok, G., Payne, J., & Weisfeld, M. (1996). JavaScript Primer Plus. Waite Group. Corte Madera, CA.)
Enter your message:
Select applet speed:

This example demonstrates the use of JavaScript to call public methods of a Java applet.   The onClick event handler of the Change Message button sends the contents of the text field to the changeMessage method of the Java applet .   The onChange event handler of the selection control sends its value to the changeSpeed method of the Java applet.

View the Java Source Code.

Return to index page