質問するログイン新規登録

質問編集履歴

1

まったく同じ分がありました。いりませんでしたすみません。

2016/11/30 00:55

投稿

skyfly888
skyfly888

スコア10

title CHANGED
File without changes
body CHANGED
@@ -24,22 +24,7 @@
24
24
  }catch(IOException e2){
25
25
  System.out.println(e2);
26
26
  }
27
-
28
-
29
- try{
30
- BufferedWriter bw = new BufferedWriter(new FileWriter(file));
31
-
32
- bw.write(textPane.getText());
33
-
34
- bw.close();
35
- }catch(FileNotFoundException e1){
36
- System.out.println(e1);
37
- }catch(IOException e2){
38
- System.out.println(e2);
39
- }
40
-
41
27
  }
42
-
43
28
  }
44
29
  });
45
30
  ###環境詳細