回答編集履歴
1
不要
test
CHANGED
@@ -36,7 +36,7 @@
|
|
36
36
|
|
37
37
|
|
38
38
|
public FinalReport() {
|
39
|
-
setDefaultCloseOperation(
|
39
|
+
setDefaultCloseOperation(EXIT_ON_CLOSE);
|
40
40
|
setSize(700, 300);
|
41
41
|
setLocationRelativeTo(null);
|
42
42
|
|