panel.add(createExampleButton("Sport scheduling",
"Official competition name: TTP - Traveling tournament problem\n" +
"Assign matches to days.",
null, new Runnable() {
public void run() {
new SmartTravelingTournamentApp().init(false);
}
}));
panel.add(new JPanel());
// TODO TrainDesign is still in working progress
// contentPane.add(createExampleButton("Train design", "(RAS2011)", new Runnable() {