content.setLayout(new BorderLayout());
final JScrollPane sp = new JScrollPane(getDesktopContainer().getComponent());
sp.setBorder(BorderFactory.createEmptyBorder());
_msgPnl = new MessagePanel()
{
public void setSize(int width, int height)
{
super.setSize(width, height);
if(0 < width && 0 < height)