panel.add(createExampleButton("Exam timetabling",
"Official competition name: ITC 2007 track1 - Examination timetabling\n" +
"Assign exams to timeslots and rooms.",
null, new Runnable() {
public void run() {
new ExaminationApp().init(false);
}
}));
panel.add(createExampleButton("Employee rostering",
"Official competition name: INRC2010 - Nurse rostering\n" +
"Assign shifts to employees.",