toolbar.addFill();
toolbar.addMember(title);
GetMapImageAction getMapImage = new GetMapImageAction(map);
toolbar.addSeparator();
toolbar.addActionButton(getMapImage);
GetLegendImageAction getLegendImageAll = new GetLegendImageAction(map, true);
toolbar.addSeparator();
toolbar.addActionButton(getLegendImageAll);
GetLegendImageAction getLegendImage = new GetLegendImageAction(map, false);
toolbar.addSeparator();
toolbar.addActionButton(getLegendImage);
// switch all labels on
for (Layer layer : map.getMapModel().getLayers()) {
layer.setLabeled(true);