final VCSContext ctx = VCSContext.forNodes(allNodes.toArray(new Node[allNodes.size()]));
final String title;
if (projects.length == 1) {
Project project = projects[0];
ProjectInformation pinfo = ProjectUtils.getInformation(project);
title = pinfo.getDisplayName();
} else {
title = NbBundle.getMessage(ShowAllChangesAction.class, "CTL_ShowAllChanges_WindowTitle", Integer.toString(projects.length)); // NOI18N
}
SwingUtilities.invokeLater(new Runnable() {