lbDate = new JLabel(getDateFormat().format(date), SwingConstants.LEFT);
lbTime = new JLabel(getTimeFormat().format(date), SwingConstants.LEFT);
GlobalModel model = GlobalModel.SINGLETON;
lbPin = new ArticlePinControl(model.getSelectedGuide(), model.getSelectedFeed(), article);
lbColorCode = createColorCode();
panel.add(lbDate, CELL_CONSTRAINTS.xy(1, 1));
panel.add(lbTime, CELL_CONSTRAINTS.xy(2, 1));
panel.add(lbPin, CELL_CONSTRAINTS.xy(4, 1));