There are three source files for the BsomDemo1 applet:
All class files for BsomDemo1 are collected into an uncompressed archive file bsom1.zip. In case of Netscape Navigator ver.3, this archive can be used directly from a HTML file including
<applet archive="bsom1.zip" code = "BsomDemo1.class" width = 420 height = 450> </applet>For the other browsers, it is necessary to extract the class files from the archive or the below package.
To uncompress the archive under UNIX, do
zcat Bsom10.tar.gz | tar xvf -if you have the `gzip' program. Otherwise, do
zcat Bsom10.tar.Z | tar xvf -Under Windows, uncompress `Bsom10.zip' using a tool such as Winzip.
Nov 23 1996 updated