*Display existing conversations and the form to join in a new chat room
* @return
*/
public void getGuiRoomList() {
Form rooms = new Form("Chat Rooms");
rooms.setLayout(new BorderLayout());
// rooms.setScrollable(false);
Container cont = new Container();
cont.setLayout(new BoxLayout(BoxLayout.Y_AXIS));
//show existing chats
//openrooms = new ChoiceGroup("Your Active Chats", ChoiceGroup.EXCLUSIVE);