btPreviousYr.addActionListener(this);
btPreviousYr.setActionCommand("prevYear");
JButton btPreviousMt = ComponentFactory.getIconButton(IconLibrary._icoArrowUp);
btPreviousMt.setToolTipText(DcResources.getText("lblPreviousMonth"));
btPreviousMt.addActionListener(this);
btPreviousMt.setActionCommand("prevMonth");
JButton btNextMt = ComponentFactory.getIconButton(IconLibrary._icoArrowDown);
btNextMt.setToolTipText(DcResources.getText("lblNextMonth"));
btNextMt.addActionListener(this);