try块应该改成这样try{
  text_bin=new FileInputStream("D:\1.txt");
  jTextArea1.setText("您好");
   text_bin.close();
  }
  catch(FileNotFoundException filee){}  
  catch(IOException ioe){}