回答編集履歴

1

クラス名の修正

2018/11/05 01:19

投稿

root_jp
root_jp

スコア4666

test CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  // JFrame frame = new JFrame("Window");
8
8
 
9
- JFrame frame = new Main("Window");
9
+ JFrame frame = new Project("Window");
10
10
 
11
11
  ```
12
12