Create Custom BorderPane | JavaFX GUI Tutorial for Beginners

Опубликовано: 09 Октябрь 2024
на канале: Java Code Junkie
4,242
71

In this JavaFX GUI tutorial we will create a BorderPane from components. I will show you how to create a BorderPane user interface using components created from other classes. I will create a MenuBar, a ToolBar, a GridPane based form, a TableView and a StatusBar.

We will create the initial user interface from the individual components as a starting point. In later tutorials, we will build on this to show how to make the pieces talk to and listen to each other. I will be showing various ways that this can be accomplished. We will look at several ways to implement Event Handlers with the ultimate goal of keeping the internal workings of the component classes hidden and at the same time providing loose coupling between them.

Check out my YouTube Channel for more FREE videos
   / @javacodejunkie  

Project code is available on GitHub:
https://github.com/JavaCodeJunkie/javafx