TDDI48: Lab1 - Generic Counters and Displays


Patrick Doherty (98/01/10)

Introduction

Observe that the applets used in this lab are implemented using Java 1.1. Your browser may not be able to execute these applets!

This is the first lab in the course lab series. The idea is to implement a generic counter class and a generic display framework used to display instantiations of the generic counter class. This will first be done as an application and then as an applet. The lab consists of three parts:

A few words of warning. Although completion of the lab does not involve much written code, it does involve a great deal of thought and a thorough reading of the course books. Many aspects of Java are needed to complete the lab and this is the point. All that you learn in this lab will be very useful in the other labs in the series and will also familiarize you with the Symantec programming environment.


Exercises