*/
private RelationalGroup createContinentGroup()
{
final RelationalGroup continentGroup = new RelationalGroup();
continentGroup.setName("Continent Group");
continentGroup.addField("Continent");
final GroupHeader header = new GroupHeader();
header.getStyle().setStyleProperty(TextStyleKeys.FONT, "Monospaced");
header.getStyle().setStyleProperty(TextStyleKeys.FONTSIZE, new Integer(10));
header.getStyle().setStyleProperty(TextStyleKeys.BOLD, Boolean.TRUE);