updateCalendar();
// give focus to selected date button
int day = selectedDate.get(Calendar.DAY_OF_MONTH);
JToggleButton button = dayButtons.get(day - 1);
button.requestFocus();
}
/**
* Gets the month displayed
* @return the month currently displayed in the window