Object Oriented Programming with Java: 7. Making a GUI program using Java Swing (Part I)

preview_player
Показать описание

In this video, we will continue talking about object oriented programming with Java, specifically, we will create a simple program with graphical user interface (GUI) using Java Swing. We will take a look at how NetBeans handles GUI, and practice using Java Swing components, such as JFrame, JButton, JLabel, and JTextField. We will also talk about event handlers and number-text conversion in Java using the Integer and String classes.

Рекомендации по теме
Комментарии
Автор

I'm so grateful i found this video, really helpful. My lecturer doesn't explain more about using netbeans, only the summary, so it really hard for me, because I'm still new in this programming. And you explain really clear and slowly.
Thank you so much mr. M :)

lianaapriani
Автор

Hello, Since I'm learning a java swing and I'm a beginner. I would like to ask how the OOP implemented in Swing? what I mean is how do I know if our swing works in OOP. thank you!

scabbardgaming