}
status_form.addComponent(new MyLabel("Your mood"));
TextArea mess = new TextArea(Datas.jid.status_message, 100);
status_form.addComponent(mess);
infopool.put("status_message", mess);
status_form.addCommand(Contents.ok);
status_form.addCommand(Contents.back);
status_form.setCommandListener(this);
status_form.show();