lblDescUnit = new JLabel();
lblDescDuration = new ColoredLabel();
lblDescComment = new JLabel();
spComment = new JScrollPane();
taComment = new JTextArea();
spPanel = new SavePanel(this);
lblDescTask = new JLabel();
lblDescStart = new ColoredLabel();
dcStart = new JDateChooser();
lblDescStartTime = new ColoredLabel();
edtDuration = new JFormattedTextField(new DurationFormatter());