Source Files


The source files are in the zip file transformations.zip. Below is a brief discussion that might be useful.

The applets are written using Java 1.0 rather than 1.1 or 1.2. The reason for using 1.0 is that most of the browsers currently installed on people's computers that can only handle version 1.0. At a later time it will be better to use 1.1 or 1.2 to take advantage of new capabilities found only in those versions. In particular the use of jar files allows one to download all the class files as a unit rather than one by one. The other attraction is the ability to print and a much better way of handling events.

The source files are heavily commented but this document gives a more unified view of the whole project.

In the pages that follow I will discuss the following:


Beginning Beginning Next

e-mail:C. Mawata