First page Back Continue Last page Image
- <applet code="SoParkCharGen.class"
- archive="SouthPark.jar"
- height="800"
- width="500">
- </applet>
- The class file is the program (Applet) you are going to run
- The .jar file (Java Archive) is where the program is stored -- .jar files can hold multiple programs
- You can set the height and width of the area for the applet but you have to be consistent with the size of the applet