private void initComponents() {
lblDescName = new ColoredLabel();
cbManager = new JComboBox();
edtName = new JTextField();
dateBox = new DateBox();
chkCompleted = new JCheckBox();
spPanel = new SavePanel(this);
lblDescManager = new ColoredLabel();
setDefaultCloseOperation(WindowConstants.DISPOSE_ON_CLOSE);