word.setText(word1);
  try {
   
   Thread.sleep(500);
    } catch (InterruptedException e) {
   // TODO Auto-generated catch block
   e.printStackTrace();
  }
   mean.setText(mean1);
   ex.setText(ex1);
   exm.setText(ex_mean1);

위와 같으 식으로 쓰면

일반적으로 word.setText() 하고 0.5초 쉰 뒤에 mean.setText()를 해야하는거 아닌가요?;;
이게 뭘 잘못써서 그런지 모르겠는데
setText()가 한번에 다 되서요 도움주실분 찾습니다.ㅠ