ConversationID id = (ConversationID) o;
ConversationPanel cp = new ConversationPanel(_model);
cp.setSelectedConversation(id);
JFrame frame = cp.inFrame();
frame.setVisible(true);
frame.toFront();
frame.requestFocus();
}
public void putValue(String key, Object value) {
super.putValue(key, value);