}
});
addComponent(calendar, 0, 1, 1, 1, GridBagConstraints.NORTHWEST, GridBagConstraints.NONE, new Insets(0, 0, 0, 0));
if (includeTime) {
time = new ClockPanel();
d = new Dimension(305, 171);
addComponent(time, 1, 1, 1, 1, GridBagConstraints.NORTHWEST, GridBagConstraints.NONE, new Insets(0, 0, 0, 0));
time.addActionListener(new ActionListener() {
@Override