this.defectFilename = defectFilename;
this.defectPath = defectPath;
defectLog = new DefectLog(defectFilename, defectPath.path(),
dash.getData());
date = new Date();
stopwatch = new Stopwatch(false);
stopwatch.setMultiplier(Settings.getVal("timer.multiplier"));
stopwatchSynchronizer = new StopwatchSynchronizer(dash
.getTimeLoggingModel());
JPanel panel = new JPanel();