回答編集履歴

1

typo

2022/06/02 23:41

投稿

shiketa
shiketa

スコア3971

test CHANGED
@@ -21,7 +21,7 @@
21
21
  public class Mainframe {
22
22
  ...
23
23
  @FXML
24
- public void initialize() {
24
+ void initialize() {
25
25
  button.setOnAction(...);
26
26
  }
27
27
  ```