Skip to content

mvpjava/javaFX-multiple-controllers-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

javaFX-multiple-controllers-tutorial

Tutorial covering how to have multiple JavaFX Controllers communicate with each other through a TabPane demo.

The Java FX views are generated via Scene Builder in FXML files. The demo covers best design principles in GUI design by separating different tabs into separate FXML files with their own respective Controllers.

Special attention is put on the 3 main points to remember when incorporating multiple controllers into your design.

You can watch the YouTube Tutorial "JavaFX Multiple Controllers" https://youtu.be/osIRfgHTfyg

About

Tutorial covering how to have multiple JavaFX Controllers communicate with each other through a TabPane demo.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages