filmov
tv
Java Practice Examples - Module 10-5 Textboxes and Labels

Показать описание
In this series, we'll be using the free Visual Studio Code to develop and test our code samples.
-- Video Description --
In this video we look at how to create some basic single line text boxes as well as labels which are commonly used within GUI applications. We will be using the Java Swing components so that it works with a standard layout in modern Java applications
-- Video Chapters --
00:00 - Introduction
00:24 - What we're starting with
01:18 - Creating class level variables
04:24 - Defining Rows and Columns in Grid Layout