JavaFX Scene | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

JavaFX Scene

How will i make my java fx app load a new fxml file unto the scene of my fx application?

15th Feb 2018, 2:30 PM
Toni Sedjoah
Toni Sedjoah - avatar
2 Answers
+ 4
container = FXMLLoader.load(getClass().getRessource("fxmlfile.fxml");
11th Apr 2018, 3:51 PM
aziz
aziz - avatar
+ 2
it's seem like that
11th Apr 2018, 3:52 PM
aziz
aziz - avatar