public ShowCaseListViewGwtImpl() {
main = new RootFlexPanel();
headerPanel = new HeaderPanel();
headerPanel.add(new FixedSpacer());
headerPanel.add(new FlexSpacer());
headerPanel.add(headerPanelTitle);
headerPanel.add(new FlexSpacer());
aboutButton = new AboutImageButton();
if (MGWT.getFormFactor().isPhone()) {
headerPanel.add(aboutButton);
} else {
headerPanel.add(new FixedSpacer());
}
main.add(headerPanel);