project.setCalendarOption(option);
}
}
});
ButtonPanel buttonPanel = new ButtonPanel();
buttonPanel.addButton(newCalendar);
buttonPanel.addButton(options);
buttonPanel.addButton(ok);
buttonPanel.addButton(cancel);
buttonPanel.add(getHelpButton());
return buttonPanel;
}