E

Eventhandleroptions

Some sample code to show different ways of associating an Event Handler with a Swing Component. From tightly coupled to loosely coupled. This uses a different example application to Organisation or Outliner but the principle is the same

Forked from CI5100-2017-18

This project goes with Lecture 5 of Desktop Application Development It demonstrates the different ways of associating an Event Handler with a Swing Component. From tightly coupled to loosely coupled Anonymous Class The containing class Inner Class External (delegated) Class