boundSupport = new PropertyChangeSupport(this);
LiteCalendarPanel lc = new LiteCalendarPanel(current, true);
lc.addPropertyChangeListener(LiteCalendarPanel.SELECTED_DATE_PROP, calendarListener);
lc.setEventColorTable(colorTable);
SimpleDate today = new SimpleDate(new GregorianCalendar());
lc.setToday(today);
String name = String.valueOf(current);
calendars.put(name, lc);
cardPanel.setLayout(cardLayout);
cardPanel.add(lc, name);