質問編集履歴

1

エラーが出るようになったところ

2015/11/19 03:42

投稿

Takahito
Takahito

スコア66

test CHANGED
File without changes
test CHANGED
@@ -207,3 +207,23 @@
207
207
 
208
208
 
209
209
  </BorderPane>
210
+
211
+
212
+
213
+
214
+
215
+ 追記:
216
+
217
+ BorderPane root = (BorderPane) FXMLLoader.load(getClass().getResource("Window.fxml"));
218
+
219
+
220
+
221
+ を変更した時にエラーが出るようになりました。
222
+
223
+
224
+
225
+ もともと、
226
+
227
+ BorderPane roots = new BorderPane();
228
+
229
+ だったですが、この時にはwindowが2つ出ました。