// newWin.setPresenceBean(presenceBean);
addWindow(newWin, dock);
showWindow(newWin, true, true);
selectWindow(newWin);
newWin.repaint();
}
/** Sends the map to the JID */
public void sendMap(String mapID, String originID, JID jid, String subject, String body) {
if (mapBean != null) {