I really really hope they fix this, so it doesn't take 400+ steps just to create a javafx project and load a scene building file. very very good video.
these multiple steps are required the first time you setup JavaFX. For the next projects, you need just to create a new JavaFX project and to switch between Eclipse and SceneBuilder
Hello, I had a problem in creating the fxml file from eclipse directly ( I created it manualy as a file) , Also I am unable to generate the controller automatically, Did you face such issues ?
I was so excited that it was finally going to work only for the tutorial to not work =\ I too am stuck on the "newFXML Document" portion. It does not allow me to click the next button.
Thanks very much for this great tutorial!! In Eclipse IDE 2022-12 (4.26.0) Build id: 20221201-1913, I also had to add in : Run Configurations -> Dependencies -> Modulepath Entries -> Add Externals JARs --> all the .jars that were in the downloaded javafx-sdk/lib folder. Otherwise, I would get an error: Error occurred during initialization of boot layer java.lang.module.FindException: Module javafx.controls not found (They can also be added with right click on -> Build Path -> Configure Build Path ) N.B. I insist, I had to add the jars to the Modulepath Entries, NOT the "Classpath Entries")
I don't understand. e(fx)clipse is installed and yet errors occur when I try to create an fxml document. So I went ahead and created it manually myself and opened in scenebuilder, no problem. Yet when I follow your steps to generate a controller, nothing happens. This is stupid.
i have did every thing correctly but look what eclipse make in console : Error occurred during initialization of boot layer java.lang.module.FindException: Error reading module: C:\java\javafx-sdk-21.0.1\lib\javafx.base.jar Caused by: java.lang.module.InvalidModuleDescriptorException: Unsupported major.minor version 61.0
I have followed each and every steps but i am facing error as it says JavaFX runtime components are missing, and are required to run this application please help me resolve this i have been trying since many days but not able to resolve
thanks for you this vidéo one works for me résoudre problem but i have problem font awsome not work me in 3 month but not works can you doing video explique how to do
When I enter the argument for run config I get a list of errors this is the first one: 'Error initializing QuantumRenderer: no suitable pipeline found'
Hello. My name is Andre. I am new in java programming and following this tutorial. I have this problem in "Stage mainWindow (Stage) tfTitle.getScene().getWindow();" - multiple markers at this line - sintax error on token mainWindow. Does any one to help me please ?
I put a "/" in front of the file name when I got the null pointer error. It worked. Parent root = FXMLLoader.load(getClass().getResource("/application/JavaFXNameFXMLApplication.fxml"));
Thanks for the suggestion. I want to do this but I should reach 1000 subscribers first. With a small number of subscribers, the video will not attract enough attention.
I did everything as instructed and then when I get to about 6:46 it doesn't work. It says javafx.base not found. Any tips on troubleshooting this?
Amazing, thank you so much. I would have been stuck for hours on this
I really really hope they fix this, so it doesn't take 400+ steps just to create a javafx project and load a scene building file. very very good video.
these multiple steps are required the first time you setup JavaFX. For the next projects, you need just to create a new JavaFX project and to switch between Eclipse and SceneBuilder
@@BoostMyTool Thanks for that useful information!
The only video that really worked. Thank you.
You're welcome
After long & tired search this clip helped me a lot
Finally someone with a great video!!! Thanks
You're welcome
Thank you so much!!! After more than two days searching for a solution, now I have the system set. Awesome!!!
Beautifully simple video with only necessary content... Thanks ... 🕉️✝️
thank you very very much because i was upset all night trying to fix this
IT WORKED THANKS 😭😭😭😭😭😭😭
This is the only tutorial that works. Thanks.
It won’t let me click on next button when creating the new FXML document
Thank you so much I was struggling with it for days!
Thanks very much for this great tutorial!! In Eclipse IDE
im not able to open xml file in scenebuilder, it says not compatible with win32.. what to do now?
Thank you, your video helped a lot to solve the problem with an error due to the default class
You're welcome
Hello, I had a problem in creating the fxml file from eclipse directly ( I created it manualy as a file) , Also I am unable to generate the controller automatically, Did you face such issues ?
Did you find a solution to generate the controller from eclipse source?
@@elsykallas2474 hello, I found a workaround to get the controller code from scene builder software
@@nicolashakim1198 how?
I can't create a new FXML documents.... please any one can help me?
same here
I can't thank you enough for this tutorial.
Thank you sir It couldn't get much clearer !
Thank you very much... This is very useful guide... Really appreciated :)
Thank you so much. this helped me resolve my issues.
Thanks u so much, this is so much help for me!
Thank you so much. this video really help me
Sir in 3:16 I am getting no licence to review . What to do sir noww
i am getting error while creating fxml file see the log for more details org/eclipse/jface/databinding/swt/WidgetProperties. please guide me
me too 😪
Ya lo solucionaron?
Do you find a solution?
Thanks, youre the best
Wow !!! this is very interesting. Thanks
Great tutorial sir really liked it😀
this is so useful honestly, thanks
I was so excited that it was finally going to work only for the tutorial to not work =\ I too am stuck on the "newFXML Document" portion. It does not allow me to click the next button.
Thank you so much for this tutorial!
Thanks your are the best
i get "No controller specified". Really weird, I had to remove "application" from from controller class in scene builder.
Thank you! I had the same problem
Thanks very much for this great tutorial!! In Eclipse IDE 2022-12 (4.26.0) Build id: 20221201-1913, I also had to add in :
Run Configurations -> Dependencies -> Modulepath Entries -> Add Externals JARs --> all the .jars that were in the downloaded javafx-sdk/lib folder.
Otherwise, I would get an error: Error occurred during initialization of boot layer
java.lang.module.FindException: Module javafx.controls not found
(They can also be added with right click on -> Build Path -> Configure Build Path )
N.B. I insist, I had to add the jars to the Modulepath Entries, NOT the "Classpath Entries")
I don't understand. e(fx)clipse is installed and yet errors occur when I try to create an fxml document. So I went ahead and created it manually myself and opened in scenebuilder, no problem. Yet when I follow your steps to generate a controller, nothing happens. This is stupid.
Thank you good sir! You saved me.
Спасибо индусам что объясняете лучше наших .
I have a problem with the root after creating documentations. I cannot choose a root as there is no one?
thank you for help it s very useful
i have did every thing correctly but look what eclipse make in console :
Error occurred during initialization of boot layer
java.lang.module.FindException: Error reading module: C:\java\javafx-sdk-21.0.1\lib\javafx.base.jar
Caused by: java.lang.module.InvalidModuleDescriptorException: Unsupported major.minor version 61.0
por que esta complicação toda para configurar o Javafx.
Javafx já deveria vim implementado no eclipse ou intellij.
I have followed each and every steps but i am facing error as it says JavaFX runtime components are missing, and are required to run this application please help me resolve this i have been trying since many days but not able to resolve
Amazing video! Thank you!
thanks for you this vidéo one works for me résoudre problem but i have problem font awsome not work me in 3 month but not works can you doing video explique how to do
please check this video for fontawesome : th-cam.com/video/Fb764uG3aXo/w-d-xo.html
How do we know what are the commands you changed its too blur
Just fantastic! Thanks a lot!
This helped so much, could you do a testfx test in Eclipse coz I've been getting errors in the test classs🙂
is it possible to skip scene builder.
When I enter the argument for run config I get a list of errors this is the first one: 'Error initializing QuantumRenderer: no suitable pipeline found'
Did you figure anything out on this? Same issue. Thanks.
Hi, when I run the program it says I am missing run-time-components. What can I do?
Forget it. I have put the path in the wrong main XD
Thanks, I was having problems figuring out how to program the GUI.
You're welcome
Hello. My name is Andre. I am new in java programming and following this tutorial. I have this problem in "Stage mainWindow (Stage) tfTitle.getScene().getWindow();" - multiple markers at this line - sintax error on token mainWindow.
Does any one to help me please ?
Did you figure out this error. i got the same issue too
@@sajini.gamage I think this is no problem solved because no answere until now !
use this instead
Stage mainWindow = (Stage) tfTitle.getScene().getWindow();
its hard to see the = in the video because of the resolution
@@chusing0519 thanks
thanks man
Can someone pls tell me how to create css file in eclipse
Parent root = FXMLLoader.load(getClass().getResource("Sample.fxml")); -----> java.lang.NullPointerException: Location is required.
Any idea?
Thanks.
Me acaba de suceder lo mismo.
Tú pudiste solucionarlo?
I put a "/" in front of the file name when I got the null pointer error. It worked.
Parent root = FXMLLoader.load(getClass().getResource("/application/JavaFXNameFXMLApplication.fxml"));
Still not work..
SecneBuilder dose not open in Eclipse
nothing happens when i click generate controller
Sir start java series from basic to advance
Thanks for the suggestion. I want to do this but I should reach 1000 subscribers first. With a small number of subscribers, the video will not attract enough attention.
Thank You mann!
great video
tnanks
great
Namaste and Thank you my indian brother
Thank you very much
Thank you sir!
Вы очень, очень-очень-очень мне помогли! Спасибо огромное!!! ╰(*´︶*)╯♡
Nice
ThankYou
thanks you
thinks very much
you're welcome
Merci Bcp
In scene builder Do all gui elements need to be in a single file? Can you create a complex app in modules and combine later?
im sorry we r just friends
hoop
It won't let me click on the "next button" when creating a New FXML Document.....its at 6:58 in the video. Any reasons why?
Same, found solution?
problem with latest version of eclipse. i went back to the 2022 09 version and its working now@@orlinadson1141
@@orlinadson1141 If you are using a module-info.java. then, add “requires javafx.fxml;” to it.
Same.
same problem here, anyone found the solution ?