3 March 2021

Introduction to GUIs

The JavaFX GUI framework allows you to create modern, professional-looking applications. You will begin to see that inheritance and interfaces are going to play a ginormous role here.

Important Packages

What is an Abstract Class? The class Application is abstract; we will explore the meaning of this.

A Minimal Program that Shows a Window We will build this in a couple of dozen lines of code.

The Complete Program Life-Cycle We will write and app that demonstrates this.