this.add(pnlButtons, BorderLayout.EAST);
this.add(_bar, BorderLayout.CENTER);
this.setBorder(null);
_app.getSessionManager().addSessionListener(new SessionAdapter()
{
public void sessionClosed(SessionEvent evt)
{
IIdentifier id = evt.getSession().getIdentifier();
MemorySessionInfo msi = _sessionInfosBySessionIDs.get(id);