filmov
tv
JAVA Swing Part A: Introduction to container, components and different ways of creating JFrame

Показать описание
In this video, we will discuss why we need GUI application. The brief description of container and components. Three different ways to create JFrame.
0:00 Why we need GUI application?
01:30 Top level container: JFrame
02:00 Different parts of JFrame
03:00 Creating JFrame by creating objects of JFrame class in main() method
04:00 Different methods of JFrame for setting title, making it visible, etc.
05:50 Displaying JFrame in the center of the screen
06:55 Set close button action in JFrame
10:30 Creating JFrame using constructor
12:00 Creating JFrame by inheriting JFrame class
0:00 Why we need GUI application?
01:30 Top level container: JFrame
02:00 Different parts of JFrame
03:00 Creating JFrame by creating objects of JFrame class in main() method
04:00 Different methods of JFrame for setting title, making it visible, etc.
05:50 Displaying JFrame in the center of the screen
06:55 Set close button action in JFrame
10:30 Creating JFrame using constructor
12:00 Creating JFrame by inheriting JFrame class