Some simple Applets

Following are some very simple applets. Take a look at the source code associated with each of them.

The simplest applet of them all ... but this time using applet parameters

source


A simple example of handling mouse clicks using the Java 1.0 event model.

Click any where on the applet above and the word "Hello" will appear.

source


Click and draw with the mouse.

source


Java 1.1 event handling. Note that if your browser does not understand Java 1.1 event you will not see anything below:

You browser doesn't understand Java 1.1 events

Click on the button and you will be able to rotate through colors.

source


Raja Sooriamurthi   /   sraja@cs.uwf.edu   /   474-2547

Last modified: Wed Nov 3 11:33:53 CST 1999