panel.add(createExampleButton("Employee rostering",
"Official competition name: INRC2010 - Nurse rostering\n" +
"Assign shifts to employees.",
NurseRosteringPanel.LOGO_PATH, new Runnable() {
public void run() {
new NurseRosteringApp().init(false);
}
}));
panel.add(createExampleButton("Sport scheduling",
"Official competition name: TTP - Traveling tournament problem\n" +
"Assign matches to days.",