SwingSet demo
This demonstrates downloading the swing.jar file with an applet. To run
it, you must first create the file SwingSet.jar in the classes subdirectory
using the following command:
cd classes
jar cvf SwingSet.jar *.class *.txt images
Then copy the JAR files from the swing release
("copy ..\..\*.jar classes
").