* @param wicketId to use for the image
* @param sectionClass the class attribute of the section, which determines which image to use
* @return an image component
*/
public Icon makeIcon (String wicketId, String sectionClass) {
return new Icon(wicketId, iconPathForSectionClassName(sectionClass));
}