Box config = Box.createVerticalBox();
config.add(new JLabel(Html.htmlTag("font", "color=\"red\"", "Warning! Only use this function if station memories have been erased before the race.")));
config.add(new JLabel("Place Start, Check, or Clear stations on the master station. " +
"Function reads backup memory to detect:"));
Html help = new Html();
help.open("ul");
help.tag("li", "registered runners which have started but not yet arrived");
help.tag("li", "registered runners which did not start");
help.tag("li", "unregistered e-cards");
help.close("ul");
config.add(new JLabel(help.close()));