Exemplo n.º 1
0
 private void selectChat(Chat chat) {
   mMainFrame.selectTab(MainFrame.Tab.CHATS);
   mChatListView.setSelectedItem(chat);
 }