回答編集履歴
1
内容修正
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
|
|