Java读取文件到TextArea的实现
//文件打开函数 private void jMenuItem1ActionPerformed(java.awt.event.ActionEvent evt) { // TODO add your handling code here: //初始化文件选择窗口 FileDialog fileDialog; //An abstract representation of file