These notes were originally written using applets almost entirely. However, all applet examples are being changed to applications.
appletviewer program
thereby negating the supposed applet advantages.
init instead of a contructors,
the fixed size as opposed to using pack,
lack of I/O capability (without permissions), ...
It's even worse when using Java 1.1 because the lack of a
content pane distorts the program.