This directory contains applets writen by me to use in the web page Each applet corresponds to an appliaction in ../allothers directory. For each applation X.java under ../allothers there are two files here: X.java & XFrame.java. The X.java is the combined applaiction/applet while the XFrame.java conatins html mareup command to display the conetents of X.java. To covert an applaiction to applet, mainly do the followng: convert main to init. add main using Consol class. A good example is SimplePriority.java.