回答編集履歴

1

2018/06/22 04:29

投稿

退会済みユーザー
test CHANGED
@@ -36,7 +36,9 @@
36
36
 
37
37
  }
38
38
 
39
+ SwingUtilities.invokeLater(() ->
40
+
39
- toucher.setBackground(Color.red);
41
+ toucher.setBackground(Color.red));
40
42
 
41
43
  }
42
44