statusPanel = createStatusPanel();
connectionIndicator = new ConnectionStatusPanel();
}
private static StatusPanel createStatusPanel() {
StatusPanel sp = new StatusPanel();
sp.setTextFont(TextStyles.InfoText.getFont());
sp.setInfoIcon(CommonIcons.INFO_16);
sp.setErrorIcon(CommonIcons.ERROR_16);
return sp;
}