JFrame | Java Swing Tutorial for Beginners

preview_player
Показать описание
In this Java Swing GUI Tutorial we are going to explore the Java Swing JFrame for beginners. I will show you how to create and configure a Java Swing JFrame using two methods; JFrame using Inheritance and JFrame using composition. You will also learn which one is generally preferred as a best practice. Finally, we will explore some of the most common methods of the Java Swing JFrame class.

Check out my YouTube Channel for more videos:
Рекомендации по теме
Комментарии
Автор

Probably the best Swing tutorial I've ever seen. Thanks a lot man

rboy
Автор

I was looking for videos as detailed as these, thank you!

andysegura
Автор

Thank you that's so helpful, your way of explaining is so good, your voice as well is calm and clear 👍.

Sam-Gazer
Автор

best Swing tutorial I've ever seen. Thanks a lot <3

saadshoaieb
Автор

Thank you for a very clear and concise explanation.

tay
Автор

Thank you so much for the detailed tutorial

alaaitanii
Автор

Great content. You explain concepts very well.

anthonygrear
Автор

Here is the latest video in my Java Swing series. Like, comment and subscribe and, as always, take care and keep on coding!

JavaCodeJunkie
Автор

Thank you to this valuable content. Great.

fvgm
Автор

Great tutorial! I was wondering about what you said at 8:16, that we shouldn't expose the methods to the 'outside world.' Why is this a bad thing?

guymann
Автор

I think I'm lost on how you made the initialize method private, the third video doesn't mention it, do you have the source code?

davidsalomon
Автор

10:21
Why "this.frame."?
Why not just "frame"? The initialize() function is tied to the JFrameTwo object, and thusly you don't need to declare which object "frame" belongs to. You set the frame to "new JFrame" in the first line of the function too. Isn't "this." completely unnecessary?

randomcommentor
Автор

my wife left me and took everything... good video

dead_protagonist