filmov
tv
Java Practice Examples - Module 10-4 Creating a JPanel

Показать описание
In this series, we'll be using the free Visual Studio Code to develop and test our code samples.
-- Video Description --
Complex GUIs are often designed a little simpler by breaking them down into sections. A JPanel, or a class derived from a JPanel makes it easier to apply different layouts, and make it easier to build complex Graphical User Interfaces.
In this video we look at how to create a JPanel to be used elsewhere.
-- Video Chapters --
00:00 - Introduction
00:26 - Extending JPanel
01:50 - Creating your constructor
02:59 - Changing Private Members