JFrame castTop = (JFrame) top;
castTop.getContentPane().remove(_picture);
_picture = new Picture(xsize, ysize);
_picture.setImage(image);
_picture.setBackground(null);
// FIXME: This messes up the menus!
castTop.getContentPane().add(_picture, BorderLayout.CENTER);