topBar.addMember(icon);
Label title = new Label("Geomajas GWT Showcase");
title.setStyleName("sgwtTitle");
title.setWidth(300);
topBar.addMember(title);
topBar.addFill();
ToolStripButton devConsoleButton = new ToolStripButton();
devConsoleButton.setTitle("Developer Console");
devConsoleButton.setIcon("[ISOMORPHIC]/geomajas/silk/bug.png");