質問編集履歴

2

初心者アイコンのつけ忘れ

2018/03/04 09:35

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
File without changes

1

コードの書き忘れ

2018/03/04 09:35

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -15,6 +15,8 @@
15
15
  PrintingProcess pp=new PrintingProcess();
16
16
 
17
17
  Thread thr=new Thread(pp);
18
+
19
+ thr.start();
18
20
 
19
21
  ```
20
22