Hi Dave your videos have been super super helpful and I can't help enough just wanted to mention that this No7 is not included the playlist :)
@naveenkumarkota20904 күн бұрын
so rare to findi this tutorials as most application are not being built but i have a requiremnt so i am watching this thanks to you
@lycan24944 күн бұрын
ty bruv. i like ur voice no homo
@lriley781215 күн бұрын
There is a problem that I cannot be alone in suffering from and for which I an yet to find a solution. Importing is fine until the file contains a field that causes a conflict in the database such as a unique value constraint violation. When this occurs the import produces an error such as "Warning (Code 1452): Cannot add or update a child row: a foreign key constraint fails ...". While what follows tells me something about the field in violation, it does not tell me which row of the import file contains the violating value, making understanding and addressing the problem very time consuming. Can I cause the import line in violation to be displayed alongside the error message when the error occurs; a verbose import mode perhaps. Thanks.
@takiahmed557522 күн бұрын
my borderlayout doesn't want to work
@WarspiteCZАй бұрын
Absolutly great, thnak you a lot.
@ChronorАй бұрын
great but its getting harder
@ChronorАй бұрын
so many infor but really helpful
@baguskurniawan8436Ай бұрын
THANK YOU SO MUCH SIR! the way u slowly speaking so I could understand how u explain step by step, I love it so much. U really helping me out, wish u always be great and healthy. Once again, thank u so much🙏
@JavaCodeJunkieАй бұрын
@baguskurnian8436 - Thank you so much for your kind words. 🙏
@Green4rf2 ай бұрын
This is gold , why aren't you uploading more videos?
@JavaCodeJunkie2 ай бұрын
@Green4rf - I am glad you are enjoying the content. Short answer: health issues. Good news though, I am fine now and have been writing a book for the past 6 months tentatively titled ‘JavaFX Scene Management Mastery: Building a Reusable Scene Management Library’. Should be ready for publishing early in the new year. I may be biased but I think it’s going to be an awesome addition to any JavaFX developer’s library. Cheers for the comment! Dave
@Green4rf2 ай бұрын
Great to have you as a teacher And looking forward to your book
@loganmunier97982 ай бұрын
Thank you. You just saved my Java final.
@Tozu252 ай бұрын
A twenty yr old ”student” here, studies start in January. I first learned Html, css and js and now Java. I type fast, so I love the ”lengthy” style of Java and overall it seems really flexible and great! I am going to go through the entire Java Documentation, but first I thought I would learn Swing. Thanks to you!
@yefrivelasquez79202 ай бұрын
love your videos, you explained it very well, thank you!
@aRandomNumber2 ай бұрын
This makes a lot of sense, but there is just one thing that I don’t understand: why should you have to create separate classes for different JFrames? Couldn’t I just write a function that, based on its parameters, returns a new JFrame?
@freechain2 ай бұрын
wow, finally somebody who is easy to follow, step by step.
@bremtreaty24692 ай бұрын
Who else here from UBC CPSC 210 stressing over phase 3 personal project...
@abdelhadifadil27012 ай бұрын
brooo thanks a lot ur explination is great
@QQ-lp8id2 ай бұрын
ty
@QQ-lp8id2 ай бұрын
ty
@QQ-lp8id2 ай бұрын
ty
@QQ-lp8id2 ай бұрын
ty
@QQ-lp8id2 ай бұрын
ty
@QQ-lp8id2 ай бұрын
ty
@QQ-lp8id2 ай бұрын
TY
@snipercan3 ай бұрын
I really did not understand the reason you did "extends" and as of 6:41 I am totally lost :(
@SamahAlwahbani3 ай бұрын
Thanks for amazing video
@fl3xr3 ай бұрын
thanks mate im happy to learn from this way
@glebsv82893 ай бұрын
Thanks for another great course, all the best!
@pranavganapathisubbu51743 ай бұрын
when making a new simple string property, do you always have to give 3 arguments?
@glebsv82893 ай бұрын
Thank you for your work, I wish you all the best
@emali16833 ай бұрын
Hey can you please create a crash course or simple video guide on How we can create a mobile application using JavaFX? Thanks in advance.
@hanifabdulaziz-m6f3 ай бұрын
nice work sir ...
@reyfoljamesgarcia47903 ай бұрын
Thanks. Tutorial is so concise
@RaymondLeday-d1i3 ай бұрын
Una Stravenue
@catalinagalan4 ай бұрын
These videos are really helping to clearly understand these concepts.Thanks.
@VeronicaBeaver-s8q4 ай бұрын
Maurice Locks
@tormentor22854 ай бұрын
good one
@michael_fsanchez4 ай бұрын
Thank you man, this is useful for design Gui's professionally
@ErProg-n7m4 ай бұрын
A little missing Java Code Junkie, missing this " borderPane.setBottom(hBox); " or you can't visualize the 2 buttons ... 👍🏻
@adalbertojosebrasaca96974 ай бұрын
This video got me thinking... The "MenuItem" control only exposes the "ActionEvent" (similar to a button). It would be very interesting to capture the "MouseEvent" of the types "MOUSE_ENTERED", "MOUSE_EXITED" and "MOUSE_MOVED", for example, to show messages in a StatusBar related to each menu item when the mouse pointer is over one of them. 🤔
@ErProg-n7m4 ай бұрын
Have a little error in the code of FXToolBar ... if you left String path = "/com/javacodejunkie/images/"; Image imge = new Image(path + file); JavaFX the image don't work ... need to change the code a little bit for work String path = "/com/javacodejunkie/images/" + file; Image imge = new Image(getClass().getResource(path).toString()); with this little change the image will work !! Ps Java Code Junkie i love your work and your passion for create this wonderful tutorial ... but please add in your tutorial how build all file ... this help the newbe to copy and learn the code and how work !! thanks for the tutorial !!
@estebanthemagnificant19814 ай бұрын
Intellij and it doesn't like the ≠ symbol. I used "!="
@BlaineScott-y1f5 ай бұрын
Salma Brook
@elias12555 ай бұрын
cool little course, good for starting
@iceinblack76035 ай бұрын
God sent playlist. Great tutorial
@OCEAN-fc9wl5 ай бұрын
Splendid
@priyayi_5 ай бұрын
Thanks, Bless you
@fvgm6 ай бұрын
Thank you. Simple and practical usage example. Thank you!!!