質問編集履歴

2

import部分の修正

2015/12/23 05:50

投稿

crow8
crow8

スコア13

test CHANGED
File without changes
test CHANGED
@@ -110,12 +110,12 @@
110
110
 
111
111
 
112
112
 
113
- import javafx.event.ActionEvent;
114
-
115
113
  import javafx.fxml.FXML;
116
114
 
117
115
  import javafx.scene.control.TextField;
118
116
 
117
+ import javafx.scene.input.InputMethodEvent;
118
+
119
119
  import javafx.scene.input.MouseEvent;
120
120
 
121
121
 

1

いろいろ試している途中のソースをアップしてしまいました。txtChanged部分の差し替えです(importも)

2015/12/23 05:50

投稿

crow8
crow8

スコア13

test CHANGED
File without changes
test CHANGED
@@ -148,9 +148,7 @@
148
148
 
149
149
  @FXML
150
150
 
151
- private void txtChanged(ActionEvent event){
151
+ private void txtChanged(InputMethodEvent event){
152
-
153
- // private void txtChanged(InputMethodEvent event){
154
152
 
155
153
  //↓出力されない
156
154