回答編集履歴

1

不要

2023/01/21 15:35

投稿

TN8001
TN8001

スコア9326

test CHANGED
@@ -36,7 +36,7 @@
36
36
 
37
37
 
38
38
  public FinalReport() {
39
- setDefaultCloseOperation(WindowConstants.EXIT_ON_CLOSE);
39
+ setDefaultCloseOperation(EXIT_ON_CLOSE);
40
40
  setSize(700, 300);
41
41
  setLocationRelativeTo(null);
42
42