Course Enrolment System

These two applets demonstrate the course enrolment system, as seen by the student and the clerk. In fact, both applets execute the same Java program - an applet-parameter determines whether to run in student-mode or in clerk-mode.

The applets do not actually contact a real database system, but have been compiled with some built-in test data to show how the system would work.

You can also examine the Java source code for this system.


Student System

Select a course and click 'Enrol'.

Applets are either disabled or not supported!


Clerk System

Select a course and click 'Students', or click 'Unpaid'.

Applets are either disabled or not supported!


Go To: IM264: Object-Oriented Concepts