| BaseZip | A Java Application that will compress selected files into a "zip" file. This program has been implemented with a Swing GUI. |
| BaseUnzip | A Java Application that will extract selected files from a "zip" file. This program has been implemented with a Swing GUI. |
| ImgSndBtn | A Java Applet that acts like a button which plays a sound when the cursor is moved over it. When clicked it moves the browser to the specified location. |
| LynchChart | A Java Applet that will display data for you as a chart. This chart also allows you to control the colors of all the chart attributes. Additionally it automatically scales itself based on the values you give it. It is designed for values up to 50,000 but will display higher values. |
| LynchButton | A Java Applet that acts as a button. You can assign two images to act as the two button faces and a sound to be heard when it is clicked. |