*/
public TimeDisplayControl(Controller controller) {
this.controller = controller;
// Create a timer and listener for 'ticks'
timer = new SourcedTimer(this);
timer.addSourcedTimerListener(this);
// SourcedTimer units divided by divisor
// equals seconds.
divisor = timer.getConversionDivisor();