public void onClick(ClickEvent event) {
toggleStatusPanel();
}
});
inboxPanel = new InboxPanel();
inboxPanel.setModel(OswServiceFactory.getService().getInbox());
// Add the panels to the window
getTopbar().add(statusPanel);
getContents().add(inboxPanel);