Easy and fast. I had one thing that was different from the one showed on video and that's it when I created a new project in IntelliJ idea, I had only 2 options to create JavaFX project, one was Maven based project and the other one was Gradle. I chose Maven and everything worked very well, in addition you can use Maven to add JavaFX to your project if you don't have sdk by default. Hope it helped someone else. The explanation in video was clear and useful
@joshzink76493 жыл бұрын
I have not seen an example of generating the controller before this. THANK YOU!
@StateFucker2 жыл бұрын
After 8 hours trying to get the complete toolchain working, i've see your video an everything is fine now. Thanks!
@user-1702911 ай бұрын
Le agradezco que haya hecho este video, al fin pude corregir el error de JavaFX que no dejaba reconocer el proyecto. Saludos desde Cuba 🇨🇺. / I thank you for making this video, I was finally able to fix the JavaFX error that did not allow the project to be recognized. Greetings from Cuba 🇨🇺.
@aniskadri1402 жыл бұрын
english with tunisian accent :) , thank you dude
@gettin2ripped2843 жыл бұрын
This was an extremely helpful video. There's documentation on Gluon and IntelliJ, but sometimes you just need to see what the process is. Thank you
@BoostMyTool3 жыл бұрын
Glad you find the video useful. Thanks for watching.
@Balakademi3 жыл бұрын
Thank you. I only downloaded and installed scene builder and then entered exe path. JavaFX is already included in intellij idea. Works fine
@PedroHenrique-oi7um3 жыл бұрын
Me too. You know if this is an update from Intelij version of the video or we just downloaded a different version? Probably an update alright? I'm new on that, sorry if it's an obvious answer xD
@coroso1363 жыл бұрын
Why dont i have the main class when i create the JavaFX project?
@NM_kawaii2 жыл бұрын
same
@rahulkatteda79512 жыл бұрын
Same problem bro
@JesusIsProphet2 жыл бұрын
hope u solved now
@iyng._.uuuuuu Жыл бұрын
Same 😢
@nadiachekiri43172 жыл бұрын
Thank you for the clear and thorough explanation. Also, I was intrigued by your accent because you sound a lot like my dad (he's from Algeria). I don't hear it very often and it's nice.
@christio02 Жыл бұрын
Thank you for making this video! I got a project at school, and I have to use Java Fx and Scenebuilder! Very well explained !
@adzplus13 жыл бұрын
Great video man Thank you for this help! 👏👏👏
@BoostMyTool3 жыл бұрын
You're welcome
@yourlinuxguy Жыл бұрын
Your video helped me to setup my system Thanks A LOT!!
@mikeCavalle3 жыл бұрын
thank you very much for this nicely done video. Actively seeking more...
@elhanan05 Жыл бұрын
Super simple and helpful, thank you for your guide.
@xasanxaaji87662 жыл бұрын
I understand many things from you. I appreciate your explanation. thank you very much.
@sinmar7553 жыл бұрын
Thank you sir! great video and a charming accent!
@BoostMyTool3 жыл бұрын
Thank you too
@refrizardwiardito1209 Жыл бұрын
This video very helpful.. Thank you for your guide!
@ameliaroza69872 жыл бұрын
Thank you. Your video has been very helpful
@JordiHortiguelaEstrada Жыл бұрын
Thank you very much! It is a very good video.
@KinkyJalepeno2 жыл бұрын
Man you do make it more difficult for yourself by not using a JDK that doesn't have JavaFX built in... Very useful intro to Scene Builder though.... Thumbs up..
@lambertfooks73587 ай бұрын
Thanks. I wonder if use Scene builder to create a modular UI or does all components have to be in a single file?
@amirgilani88032 жыл бұрын
Thank you very much. Your videos are realy simple and helpful ! 👍
@yuriivoievidka71283 жыл бұрын
You saved me a week of work, Thank You!
@BoostMyTool3 жыл бұрын
You're welcome
@sxp290 Жыл бұрын
This is an amazing video, thank you so much.
@aishamohamed76153 жыл бұрын
Error occurred during initialization of boot layer java.lang.module.FindException: Module com.example.demo2 not found This is what appeared to me after the run ... what should i do ?!
@peterlorensen80002 жыл бұрын
I solved this by messing around with the Module stuff under Project Structure → Problems and Project Structure → Modules → Dependencies. There is something about how the project 'looks' at your modules.
@Global-y8p3 жыл бұрын
Thank you thank u so muchhh sir🥰🥰🥰
@OuterZtars3 жыл бұрын
i tried but it seems impossible with the new update. I cant open scenebuilder and it automatically runs a hello-view fxml file instead of you making it from scratch so i keep getting errors.
@BoostMyTool3 жыл бұрын
may be you need to delete all the components from the "Hierarchy" area as I did at 6:45
@shabanamohamad7936 Жыл бұрын
Thank you so much😊
@AngelinaZabaljac Жыл бұрын
It helped! Thank you
@joesyte2 жыл бұрын
Very helpful. Thank you.
@gyunayify2 жыл бұрын
You accent makes me smile :D
@thesituation53152 жыл бұрын
Thank you! I really couldn't figure out why Scenebuilder wasn't displaying the UI when I ran the program.
@marukotheformal2 жыл бұрын
thank you, you help a lot
@Rybka5992 жыл бұрын
ur the best.. thx a lot
@amvssociety8813 Жыл бұрын
java.lang.module.FindException: Module com.example.demo not found I keep getting this error even though I already added the paths to the sdk lib
@xPiIIow2 жыл бұрын
why is mine so different from yours? mine is the latest version and i do not have Main.java
@BoostMyTool2 жыл бұрын
Maybe you are using intellij ultimate. I used intellij community. intellij ultimate is different than intellij community
@xPiIIow2 жыл бұрын
@@BoostMyTool nope, i am using community. i downloaded it yesterday. not sure if we have the same version
@BoostMyTool2 жыл бұрын
@@xPiIIow I will check this and I will try to create a new video
@amritpalsingh9312 Жыл бұрын
Pre-installed java 1.8, jbr 11, JavaFX 17.0.6 in macos working with Scene Builder 8.5 but after adding competable Jfoenix or fontawesomefx it's giving runtime error ClassNotFoundExceptio:com.sun.javafx...... Can you help me regarding this error.
@dilshod_iskandarov2 жыл бұрын
Dilshod Iskandarov 1 месяц назад Thanks bro !
@bspace85102 жыл бұрын
Thanks for Video
@ahmadfx89623 жыл бұрын
The most important thing is how to build the app to work outside the IDE... Its Difficult
@mohituddin533210 күн бұрын
thanks
@اماديرأمان4 ай бұрын
Danke schön
@melissapereira695711 ай бұрын
this is really weird but I cant find the exe file for sceneBuilder. Has anyone experienced that?
@gcbelitedigital2 жыл бұрын
Error occured during initialization of boot layer Module not found I've been using intelliJ Community with an openJDK 17.0.2
@i_hope692 жыл бұрын
same problem !! if you found solution to it plz tell me
@gcbelitedigital2 жыл бұрын
@@i_hope69 I think the solution for this was not including the part where he added "Add VM options"
@Vens83 жыл бұрын
What a legend!
@Dotaxon3 жыл бұрын
Thanks a lot!
@riskyfoot2205 Жыл бұрын
Intellij doesn't show any documentation for javafx unlike java swing for me
2 жыл бұрын
THANK YOU!!!!
@dilshod_iskandarov2 жыл бұрын
Thanks bro !
@mudeeshatharindudilshan83483 жыл бұрын
Thanks
@xXMaDGaMeR3 жыл бұрын
thank you bosss : )
@BoostMyTool3 жыл бұрын
You're welcome bosss
@khalilzouhir58622 жыл бұрын
ur the best
@DavisTibbz2 жыл бұрын
Abdo??? (From OwnagePranks)
@7CeLsO72 жыл бұрын
So good, man
@bharadwajkamepalli39033 жыл бұрын
getting error even after adding library
@bharadwajkamepalli39033 жыл бұрын
at starting to give name for the project , it is asking for some libraries whether to include or not.
@dylanodgers90652 жыл бұрын
thank you for the help! is there a way to set it up to automatically do this? im going to be writting a lot of programs in java fx
@joe-silence3 жыл бұрын
I like your accent
@elfarouk33062 жыл бұрын
your voice look like an Algerian
@daydreamer1722 Жыл бұрын
I love you
@wasgehtbro9538 Жыл бұрын
you never explained why you do anything, just "do this, then do that"