BEST way to deploy a java applet
I have written a java applet that uses some Swing, so it is dependent on at least java v1.2
What is the BEST way compile it and to include it in an HTML page, so as to
* maximise the number of visitors who will be able to use the applet
* minimise the difficulty they have (in terms of installing plugins etc)
The main class is TrafficJamApplet. I'm going to compile it and zip it up into a file TrafficJam.jar

