if (getBrowser().crmStatusFailed()) {
return super.getInfoPanel();
}
final CrmGraph hg = getBrowser().getCrmGraph();
if (infoPanel != null) {
hg.pickBackground();
return infoPanel;
}
final JPanel newPanel = new JPanel();
newPanel.setBackground(ClusterBrowser.PANEL_BACKGROUND);
newPanel.setLayout(new BoxLayout(newPanel, BoxLayout.PAGE_AXIS));