Github Link: github.com/curadProgrammer/Java-Swing-Tutorial/tree/main/jframe Try out CodeCrafters & and get 40% off! 👉 app.codecrafters.io/join?via=taptap
Keep making videos bro. I'm learning more from you than my University. I love your detailed videos like this where you explain every line. One of the best Java GUI channels. May God bless you 🙏
thank you sooo much, i just recently discovered your channel yesterday and wanna attempt these small beginner programs you made (but I still haven't familiarized myself with some topics like gui and this vid was just in a right timing!) ,,
Awesome Tutorial! Is this going to be like a series where you are going to explain how to "add code to the gui?" Like your doing with your projects just with explaining everything? :)
Oh I think you are the second person that mentioned TeaVM 😅. Do you have any recommended resources for me to look at maybe? If you do, I'd appreciate it
Bro I’m sorry, for the late response, it’s basically Java byte code compiled to WASM and JavaScript, a example is Eaglercraft, basically Minecraft Java Editon running on the web.
It is never a good idea to extend a JFrame since you are not altering the innate behavior of the class. Another reason to avoid extending it: what if you later want to display the GUI you've just created in a JDialog or a JOptionPane or in another container as part of a complex GUI? If your class extends JFrame this will be hard to do.
Github Link: github.com/curadProgrammer/Java-Swing-Tutorial/tree/main/jframe
Try out CodeCrafters & and get 40% off! 👉 app.codecrafters.io/join?via=taptap
I hope you do frequent uploads of this im on college summer break and learning programming from alot of sources
I'll do my best 😀
Same request from me as well
you're so good at this, pls do more tutorials like thisss
Plaese more tutorial of Swing!!!
Will do 😀
This is a 9 minutes video and as I'm writing this it's on 2min and I must say I love it already. ❤
I appreciate it 🙏
Need this series
I'm currently uploading the next video for tomorrow, so keep a lookout 😀
Keep making videos bro. I'm learning more from you than my University.
I love your detailed videos like this where you explain every line. One of the best Java GUI channels.
May God bless you 🙏
Thanks, I appreciate your comment 😁
thank you sooo much, i just recently discovered your channel yesterday and wanna attempt these small beginner programs you made (but I still haven't familiarized myself with some topics like gui and this vid was just in a right timing!) ,,
No problem 😀, I'm glad you found my videos helpful.
良いガーイドです!とても強さヘルプします!
Thanks!
Awesome Tutorial! Is this going to be like a series where you are going to explain how to "add code to the gui?" Like your doing with your projects just with explaining everything? :)
Thanks! and yeah the series will go over different classes of the Swing framework. I'll make an example and explain how to use it in the videos 😀
Bro like would be good if you did a TeaVM App
Oh I think you are the second person that mentioned TeaVM 😅.
Do you have any recommended resources for me to look at maybe? If you do, I'd appreciate it
@@TapTap_196 so bro, I hope you know minecraft a game written in Java Lang, it can be executed on the browser. Via using JavaScript
Bro I’m sorry, for the late response, it’s basically Java byte code compiled to WASM and JavaScript, a example is Eaglercraft, basically Minecraft Java Editon running on the web.
@@chandrikaaman6472 Gotcha, thanks for letting me know
the answer is a) setVisible(true); with the ; (semicolon) in the options no-one had semicolon XD
Yeah I guess I should've added in the semicolon 😅
Tap tap please make a video online chat application
Will do, my plan right now is to focus on this series for this month and then get started on the Chat Application at June.
Thanks for understanding
It is never a good idea to extend a JFrame since you are not altering the innate behavior of the class. Another reason to avoid extending it: what if you later want to display the GUI you've just created in a JDialog or a JOptionPane or in another container as part of a complex GUI? If your class extends JFrame this will be hard to do.
Ah I see what you mean, I guess it depends on the project that you are going to be doing. Thanks for the clarification!
first🤓