質問編集履歴
1
まったく同じ分がありました。いりませんでしたすみません。
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
|
###環境詳細
|