} catch (NullPointerException npe) {
Debug.error("ScenarioGraphicLoader " + getName() + ":"
+ npe.getMessage());
}
timerControl = new TimerControlButtonPanel(this);
// jtb.add(timerControl);
innerBox.add(timerControl);
rightBox.add(innerBox);
pcs.addPropertyChangeListener(TIMER_RUNNING_STATUS, timerControl);