回答編集履歴

1

内容修正

2020/04/24 12:38

投稿

shiketa
shiketa

スコア4061

test CHANGED
@@ -1,8 +1,6 @@
1
- ActionEventのsourceには、イベントが発生したコントロール(Buttonとかナニか)が設定されているはずです
1
+ ActionEventのsourceには、イベントが発生したコントロール(Buttonとかナニか)が設定されているはず。[getSource()](https://docs.oracle.com/javase/8/docs/api/java/util/EventObject.html?is-external=true#getSource--)
2
2
 
3
- [getSource()](https://docs.oracle.com/javase/8/docs/api/java/util/EventObject.html?is-external=true#getSource--)
4
-
5
- [getRowIndex()](https://docs.oracle.com/javase/jp/8/javafx/api/javafx/scene/layout/GridPane.html#getRowIndex-javafx.scene.Node-)は、Nodeを欲しているのですから、型を確認して渡せばいい。
3
+ [getRowIndex()](https://docs.oracle.com/javase/jp/8/javafx/api/javafx/scene/layout/GridPane.html#getRowIndex-javafx.scene.Node-)は、Nodeを欲しているのから、型を確認して渡せばいい。
6
4
 
7
5
 
8
6